Skip to content

Instantly share code, notes, and snippets.

View patrickchoi's full-sized avatar

Patrick Choi patrickchoi

  • lazysugar labs
  • Hong Kong
View GitHub Profile
@nicerobot
nicerobot / README.md
Last active May 26, 2024 15:39
Mac OS X uninstall script for packaged install of node.js from https://stackoverflow.com/a/9287292/23056

To run this, you can try:

curl -ksO https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh
chmod +x ./uninstall-node.sh
./uninstall-node.sh
rm uninstall-node.sh