Need advice on how to install pnpm #7073
Unanswered
JunkyardCat
asked this question in
Q&A
Replies: 4 comments 1 reply
-
anyone can help me? |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally Maybe this document will help you to tackle EACCESS error |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, I was searching the same question. Note, node is already installed. npm install pnpm Which updated "pnpm": "^9.1.1" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im using latest debian bookworm and have trouble installing. i installed it using npx
npx pnpm setup
npx pnpm i -g pnpm
but still experience issue on the second one.
ERR_PNPM_NO_GLOBAL_BIN_DIR Unable to find the global bin directory
then i tried npm i -g pnpm but also got an error
error: EACCES: permission denied, mkdir '/usr/lib/node_modules/pnpm'
pls can someone explain why this is happening and how i can solve this
Beta Was this translation helpful? Give feedback.
All reactions