can anyone help me install pnpm on debian os
Unanswered
American Crocodile posted this in #help-forum
American CrocodileOP
i tried npm and npx but error ERR_PNPM_NO_GLOBAL_BIN_DIR Unable to find the global bin directory
4 Replies
This is likely due to an old error with pnpm and if you are using debian's repository to install pnpm(?), then it likely has an old version in it.
American CrocodileOP
The one i tried is npm and npx and not a debian installer
@Clown Try doing `pnpm setup --force`
American CrocodileOP
I dont think that work since pnpm isnt even recognized yet