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
Tried this and I'm still allowed to run npm install instead of pnpm.
node -v v20.11.1
The text was updated successfully, but these errors were encountered:
Hi, thank you for your feedback.
I've tested with Node.js 20.18.0 and npm 10.8.2 and it worked as expected.
Please provide a minimal reproducible repository so that I can investigate the issue further.
Sorry, something went wrong.
Also, please run JUST_PNPM_DEBUG=1 npm install and share the output here. :)
JUST_PNPM_DEBUG=1 npm install
The output should look like this:
npm error command failed npm error command sh -c node ./index.js npm error { npm error wantedPM: 'pnpm', npm error usedPM: { name: 'npm', version: '10.8.2' }, npm error shouldSkip: false npm error } npm error Use "pnpm install" for installation in this project.
No branches or pull requests
Tried this and I'm still allowed to run npm install instead of pnpm.
node -v
v20.11.1
The text was updated successfully, but these errors were encountered: