-
Notifications
You must be signed in to change notification settings - Fork 30
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
It seems not work using pnpm and preinstall script #11
Comments
If you are using npm v7 or +, it's coming from npm, not from this package. See this issue npm/cli#2660 |
not always 100% reliable as can be seen here (still of some value): pnpm/only-allow#11 https://github.com/pnpm/pnpm.github.io/issues/334
When using npm v7+, I changed the script to be like |
I have add this script under npm v8, but not work. it install all packages, then echo the message after installation |
I have the same problem |
steps
npm install
in terminalFrom the screenshot above, developer can not clear know what it means. I am not sure whether
only-allow
works or not.The text was updated successfully, but these errors were encountered: