Skip to content

Instantly share code, notes, and snippets.

@jeyaramashok
Created February 26, 2025 17:11
Show Gist options
  • Save jeyaramashok/df77406a00d60705fa5c727b82f36b3e to your computer and use it in GitHub Desktop.
Save jeyaramashok/df77406a00d60705fa5c727b82f36b3e to your computer and use it in GitHub Desktop.
uninstall node.js on macos
sudo rm -rf \
/usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm*,node*,man1/node*}
sudo rm -rf \
/usr/local/bin/npm \
/usr/local/share/man/man1/node* \
/usr/local/lib/dtrace/node.d \
~/.npm \
~/.node-gyp
sudo rm -rf /opt/local/bin/node /opt/local/include/node /opt/local/lib/node_modules
sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node.1 /usr/local/lib/dtrace/node.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment