-
HI all, I installed pnpm using homebrew && I'm having an issue when I upgrade pnpm to the latest version pnpm does not seem to upgrade as well. Any advice would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
@umireon maybe you could help. |
Beta Was this translation helpful? Give feedback.
-
Any update on how to handle this? OR should we just remove PNPM from brew and install with npm? |
Beta Was this translation helpful? Give feedback.
-
I solved the issue by reinstalling pnpm. No issues updating pnpm using Homebrew. |
Beta Was this translation helpful? Give feedback.
-
I was facing the same issue and after conducting some research:I managed to update pnpm as follows: version before update: 👇🏻 : Update pnpm:👇🏻 :
pnpm updated: 👇🏻 : |
Beta Was this translation helpful? Give feedback.
-
If ERR_PNPM_NO_GLOBAL_BIN_DIR Unable to find the global bin directory
|
Beta Was this translation helpful? Give feedback.
-
When using corepack from Node (since v16.13), run below command: corepack install -g pnpm@latest See also: https://nodejs.org/api/corepack.html#upgrading-the-global-versions |
Beta Was this translation helpful? Give feedback.
I solved the issue by reinstalling pnpm. No issues updating pnpm using Homebrew.