Skip to content

Instantly share code, notes, and snippets.

@koji
Created January 26, 2020 20:48
Show Gist options
  • Save koji/a365bbb8a4606438316c3b9a6e0ddc57 to your computer and use it in GitHub Desktop.
Save koji/a365bbb8a4606438316c3b9a6e0ddc57 to your computer and use it in GitHub Desktop.
Uninstall nodejs of package version
$ /usr/local/bin/node -v
v13.7.0

$ sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}

$ /usr/local/bin/node -v
zsh: no such file or directory: /usr/local/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment