-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 install does not set up commands defined in bin
#526
Comments
I think it’s meant to say, on install of the dep into a different project. I don’t think you’ve ever been able to self-reference your own bin names. |
Thanks for feedback. Let's maybe think about how what I quoted above (and what mislead me) can be reworded for better clarity. Proposals? I am new to the ecosytem, don't yet quite feel comfortable throwing terms around :). |
|
I thought again about my use case that led me to submitting this issue here. One way to put this use case into words: What I would like to be able to do is to install the bins defined in the current package.json to the local prefix. I think it's valid. If |
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. |
The
bin
section in the package.json documentation saysHowever, that does not seem to happen.
Repro
As we know this can be achieved with
npm link
, which is documented withEnvironment
Is the documentation bad, or the implementation? :)
The text was updated successfully, but these errors were encountered: