You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(private) git dependencies with #semver doesnt get updated to the latest version.
When
Trying to update git+ssh NPM packages to the latest version.
Where
Enviroment: Windows 10 WSL Ubuntu with node v13.13 / npm 6.14.4
Packages located in private Gitlab repositorie(s).
How
Current Behavior
NPM Update updates to outdated versions (tags) sometimes one version behind the latest one, sometimes two. Deleting the package-lock.json doesn't solve the problem either.
Maybe the output of 'npm outdated' is also interesting:
Oh for gods sake.. i found the issue. I'm just an idiot. Gitlab CI updates the version in the webksdct-base's package.json AFTER i created the tag.. so its a new commit, so the updater shows one version before (why ever it differs by two versions in meantime.. maybe a problem with gitlab ci.. whatever..).
What / Why
(private) git dependencies with #semver doesnt get updated to the latest version.
When
Trying to update git+ssh NPM packages to the latest version.
Where
Enviroment: Windows 10 WSL Ubuntu with node v13.13 / npm 6.14.4
Packages located in private Gitlab repositorie(s).
How
Current Behavior
NPM Update updates to outdated versions (tags) sometimes one version behind the latest one, sometimes two. Deleting the package-lock.json doesn't solve the problem either.
Maybe the output of 'npm outdated' is also interesting:
Steps to Reproduce
webksdct-base": "git+ssh://[email protected]/webksde/drupal/webksdct-base.git#semver:^8.1.0
+ [email protected]
Expected Behavior
Update to the latest available version/tag (in this example 8.1.13).
References
Related to npm/npm#19825
The text was updated successfully, but these errors were encountered: