Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
npm link --no-save $something
updates package.json with a file://
link.
Expected Behavior
--no-save
means nothing gets saved.
Steps To Reproduce
See above.
Environment
- OS: Mac
- Node: 16.6.1
- npm: v7.20.3