Is there an existing issue for this?
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
Is there an existing issue for this?
Current Behavior
npm link --no-save $somethingupdates package.json with a
file://link.Expected Behavior
--no-savemeans nothing gets saved.Steps To Reproduce
See above.
Environment