[BUG] npm install --save-exact
doesn't work in 7.7.4
#2963
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 7.x
work is associated with a specific npm 7 release
Continuing with #2932 (comment)
Current Behavior:
npm i -E <package>
ornpm 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:
The text was updated successfully, but these errors were encountered: