Skip to content
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 install --save-exact doesn't work in 7.7.4 #2963

Closed
selrond opened this issue Mar 25, 2021 · 1 comment · Fixed by #2965
Closed

[BUG] npm install --save-exact doesn't work in 7.7.4 #2963

selrond opened this issue Mar 25, 2021 · 1 comment · Fixed by #2965
Assignees
Labels
Bug thing that needs fixing Priority 1 high priority issue Release 7.x work is associated with a specific npm 7 release

Comments

@selrond
Copy link

selrond commented Mar 25, 2021

Continuing with #2932 (comment)

Current Behavior:

npm i -E <package> or npm i --save-exact <package> produces "<package>": "^1.2.3"

Expected Behavior:

should produce "<package>": "1.2.3"

Steps To Reproduce:

npm i -E <package>

Environment:

  • OS: macOS Catalina 10.15.7
  • Node: 15.12.0
  • npm: 7.7.4
@selrond selrond added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Mar 25, 2021
@wraithgar wraithgar self-assigned this Mar 25, 2021
@wraithgar wraithgar added Priority 1 high priority issue and removed Needs Triage needs review for next steps labels Mar 25, 2021
@nlf
Copy link
Contributor

nlf commented Apr 12, 2021

this was fixed in npm@7.7.5 and i've confirmed it can't be reproduced in versions after that.

@nlf nlf closed this as completed Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Priority 1 high priority issue Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants