-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cannot find module '/Users/me/.nvm/versions/Library/pnpm/global/5/node_modules/pnpm/bin/pnpm.cjs' #4759
Comments
Hitting this as well. Is it possible to downgrade pnpm version from CLI? Or there is some pnpm version manager separate utility we can use? |
All the supported installation methods are listed on this page: https://pnpm.io/installation try to use an alternative method for now. |
I see you have PNPM_HOME declared twice. You may remove the two pnpm related lines below Deno. Check the value of the PATH env variable and whether |
If pnpm is used from |
Deleted the comment before seeing your reply as it was my bad. I had to ran |
Just tested with pnpm |
link causes |
same , i use nvm, when i change node version, the pnpm -v can change sometime, but can't remove pnpm |
pnpm version:
7.1.1
Code to reproduce the issue:
Expected behavior:
The second pnpm install works
Actual behavior:
Additional information:
Possibly related to #4744
node -v
prints:v16.14.0
12.4 (21F79)
The text was updated successfully, but these errors were encountered: