[BUG] npm install foo
lacks the implicit @latest
that v6 has
#2243
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 7.x
work is associated with a specific npm 7 release
Milestone
Current Behavior:
I have, say, eslint 7.11.0 installed. I have
package-lock=false
in.npmrc
. I runnpm install --save-dev eslint
.package.json
continues to reference^7.11.0
, andv7.2.0
is what's installed.Expected Behavior:
package.json should be updated to reference
^7.14.0
, and v7.14.0 should be installed, like it does in npm < 7.Steps To Reproduce:
See above.
Environment:
node: n/a (15)
npm: v7.0.0 - v7.4.1
The text was updated successfully, but these errors were encountered: