shebangs and cmd shimmer documentation #148
-
Problem Statement"bin" docs (from package.json) lacks details about how the shebang is intended to work with the package manager Details (context: https://stackoverflow.com/a/65664083/10534510)"bin" documentation on package.json lacks details about how there is a shebang "wrapper" for windows, and that the shebang can use other interpreters/environments other than node like electron and python. I also believe that the documentation on npx should also talk about how "bin" inside package.json works.: Potential SolutionAdd the details mentioned in the linked stackoverflow question to the docs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hey @smartguy1196 I'm having a bit of trouble understanding the exact ask here. What documentation about the shebang is missing and in which specific doc do you think we should add it to? |
Beta Was this translation helpful? Give feedback.
-
|
The documentation is now open sourced at https://github.com/npm/documentation if this is still a problem please create an issue on that repo |
Beta Was this translation helpful? Give feedback.
The documentation is now open sourced at https://github.com/npm/documentation if this is still a problem please create an issue on that repo