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
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
When running npm update and the package.json has a ~ dependency which has a new version, the package.json file will be updated to ^latest-~ version.
How can the CLI team reproduce the problem?
Install angular@1.5.10.
Change the package.json to have a dependency of angular@~1.5.0.
Run npm update
1.5.11 will be installed as expected, but package.json will be changed to angular@^1.5.11.