-
When originally installing pnpm, I used the Powershell method within Windows 10. I would like to reinstall it via NPM for the sake of organization. How may I go about fully uninstalling pnpm? |
Beta Was this translation helpful? Give feedback.
Answered by
zkochan
Mar 26, 2021
Replies: 1 comment 7 replies
-
if you plan to reinstall it with npm, running |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Fuwn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you plan to reinstall it with npm, running
pnpm remove -g pnpm
should do it