-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] npm link
does not respect --no-save
#3619
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 7.x
work is associated with a specific npm 7 release
Release 8.x
work is associated with a specific npm 8 release
Release 9.x
work is associated with a specific npm 9 release
Comments
Try deleting cache data |
@AttractiveDog can you explain why you think that would have any relevance to this? |
This thing does not seem to mean anything it is just for the point where it may have stuck. By the way it seems to be a bug |
I need it now. |
This continues to be a problem on npm v8.3.0, and is why v19.0.3 of eslint-config-airbnb was broken last night. If someone gives me a pointer, I'd be happy to make a PR to fix it. |
ljharb
added a commit
to airbnb/javascript
that referenced
this issue
Dec 25, 2021
Caused by npm/cli#3619
Binary-Ninja-007
added a commit
to Binary-Ninja-007/JavaScript_Style_Guide
that referenced
this issue
Aug 13, 2023
harry908nilson
pushed a commit
to marcolane/Javascriipt
that referenced
this issue
Sep 1, 2023
talentdev219
pushed a commit
to talentdev219/javascript
that referenced
this issue
Sep 17, 2023
Closed by #6910 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 7.x
work is associated with a specific npm 7 release
Release 8.x
work is associated with a specific npm 8 release
Release 9.x
work is associated with a specific npm 9 release
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
The text was updated successfully, but these errors were encountered: