can anyone help me to install pnpm on debian
im using debian bookwork and bot npm and npx install result in error. can anyone help me
7 Replies
try automatic script
also, what error are you getting?
ERR_PNPM_NO_GLOBAL_BIN_DIR Unable to find the global bin directory when installed using npx
error: EACCES: permission denied, mkdir '/usr/lib/node_modules/pnpm' when using npm
@ronanru
Try using sudo
yes, you need sudo to install globally
should i uninstall first the one i installed using npm and npx?
no
Can i ask why not