-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] npm link ../doesnt-exist gives EINVALIDTYPE #535
Comments
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
What / Why
npm link ../doesnt-exist
, which is completely invalid syntax, gives a weird error:When
Always, even outside a project, target path is valid or not, etc.
I do have linked projects on my system, and a registry, and a cache, and a prefix.
Expected Behavior
I had remembered that this was the syntax to link the module at a path. It is not.
I don't even think it should be. I just happened to run it.
I meant to run:
Log
The text was updated successfully, but these errors were encountered: