-
-
Notifications
You must be signed in to change notification settings - Fork 932
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
npm install fails for package consumers due to "only-allow pnpm" #290
Comments
This looks like a bug to me. @Shinigami92 |
The same happens to me.
|
What 😱 There must be something I missed to correctly configure 🤔 |
Another team member at Vite explained me:
I'm so sorry 🤦 I really didn't thought that preinstall will be just executed. Is this not a huge CVE? 👀🤔 is it possible to just |
@damienwebdev Any ETA on a fixed release? |
Quick fix for now: Pin the version in your
|
https://www.npmjs.com/package/@faker-js/faker/v/6.0.0-alpha.5 it's released 🥳 Sorry for that issue, but I'm happy that we have the alpha-phase |
Describe the bug
First line of the readme Installation section suggests you can use npm, yarn, or pnpm to install faker:
npm install @faker-js/faker --save-dev
This commit (a273f67) added
"preinstall": "npx only-allow pnpm"
topackage.json
.Reproduction
npm install @faker-js/faker --save-dev
Additional Info
No response
The text was updated successfully, but these errors were encountered: