Skip to content

Instantly share code, notes, and snippets.

@psyrendust
psyrendust / remove-node.sh
Last active May 8, 2019 18:27
Remove Node and NPM from OS X and Linux
#!/usr/bin/env bash
#
# remove-node.sh
#
# Find and remove all traces of Node and NPM from OS X and Linux.
# Log all file deletions to ~/remove_node_YYYY_MM_DD_HH_MM_SS.log
#
# Author:
# Larry Gordon
#