-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[BUG] npm link does not respect --no-save #3619
Copy link
Copy link
Closed
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releaseRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 releaseRelease 9.xwork is associated with a specific npm 9 releasework is associated with a specific npm 9 release
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releaseRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 releaseRelease 9.xwork is associated with a specific npm 9 releasework is associated with a specific npm 9 release
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