We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mkdirp-infer-owner used in https://github.com/npm/bin-links/blob/latest/lib/link-gently.js#L9 is not declared on the package.json
When I try to use bin-links on a folder installed by pnpm I got an error about module node found since it's not declared in the package.json
Throw an error about the module not found
create a new folder npm init -y pnpm install bin-links use bin-links
npm init -y
Should not throw an error about a module not found
The text was updated successfully, but these errors were encountered:
this is fixed in main and will go out w/ the next publish of this module
main
Sorry, something went wrong.
No branches or pull requests
What / Why
The mkdirp-infer-owner used in https://github.com/npm/bin-links/blob/latest/lib/link-gently.js#L9 is not declared on the package.json
When
When I try to use bin-links on a folder installed by pnpm I got an error about module node found since it's not declared in the package.json
How
Current Behavior
Throw an error about the module not found
Steps to Reproduce
create a new folder
npm init -y
pnpm install bin-links
use bin-links
Expected Behavior
Should not throw an error about a module not found
The text was updated successfully, but these errors were encountered: