-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] "npm update" doesn't work #3410
Comments
Use npm install, instead of npm update, to update a major version. |
Okay, it is thoroughly confusing. But it worked. Should the docs be updated? |
I am using v7.16.0 and can confirm that npm update is broken. The neo.mjs framework was using e.g. For me the entire npm cli ecosystem is completely messed up for almost 2 months now. Even npm install does no longer update dependencies. The only way that still works is:
This is consuming too much time, especially when deploying new framework versions frequently to the online examples. Please take a look into it! |
The original issue described is indeed intended behavior, though I agree that this could be noted more clearly in the docs to make it less confusing. Today it just says "respecting semver" but we can add an example of what that means. @tobiu if you can open a new issue and give us as much information as possible to reproduce what's going on for you, we'll take a look! |
Docs update PR #3494 |
Docs updated, will go out with the next release and docs site update will automatically follow that. |
Is there an existing issue for this?
Current Behavior
As we can see, jest should be upgraded to 27.0.4, but it is not.
Expected Behavior
Per https://docs.npmjs.com/updating-packages-downloaded-from-the-registry
There should be no output and the package should be upgraded to the latest version.
Environment
The text was updated successfully, but these errors were encountered: