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

how to solve pnpm's problem #1743

Open
xcsweb opened this issue Apr 25, 2024 · 3 comments
Open

how to solve pnpm's problem #1743

xcsweb opened this issue Apr 25, 2024 · 3 comments

Comments

@xcsweb
Copy link

xcsweb commented Apr 25, 2024

image
The current node is v18.8.0, volta install pnpm at the current directory , after that I use volta running pnpm but pnpm running at [email protected],how to solve this problem

@xcsweb
Copy link
Author

xcsweb commented Apr 25, 2024

image
I want to know what node @14.7 not support pnpm@9 but pnpm@9 runnning at node @14.7

@xcsweb
Copy link
Author

xcsweb commented Apr 25, 2024

ERROR: This version of pnpm requires at least Node.js v18.12
The current version of Node.js is v14.7.0,I sovled this problem by volta install [email protected] and volta pin [email protected] and volta install pnpm
image

@rMaxiQp
Copy link

rMaxiQp commented May 6, 2024

Did you enable VOLTA_FEATURE_PNPM=1?

Support for pnpm is currently experimental. To enable it, ensure that the environment variable VOLTA_FEATURE_PNPM is set to 1. On Windows, this can be added to your user or system environment variables in the System Settings. On Linux/Mac, you can set the value inside of your profile script (e.g. .bash_profile, .zshrc, or similar).

Source: https://docs.volta.sh/advanced/pnpm

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