Skip to content
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

missing mkdirp-infer-owner dependency #24

Closed
GiladShoham opened this issue Mar 7, 2021 · 1 comment
Closed

missing mkdirp-infer-owner dependency #24

GiladShoham opened this issue Mar 7, 2021 · 1 comment

Comments

@GiladShoham
Copy link

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

@wraithgar
Copy link
Member

this is fixed in main and will go out w/ the next publish of this module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants