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
Closing: this looks to be similar if not a duplicate of an existing issue, #6787. If you believe your instance is unique, please provide further clarifying details.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
npm i
on a clean project (no package-lock.json file, no node_modules directory)npm ci
Now if I run
npm i
again, this will fix the issue:Expected Behavior
npm i
builds a proper lock file in the first run ;)Steps To Reproduce
npm i
thennpm ci
to see the errorEnvironment
The text was updated successfully, but these errors were encountered: