Change Node.js to Node Version Manager
- List all global packages installed in your system
ls /usr/local/lib/node_modules > ~/node-packages.txt
- Remove all packages
sudo curl -o /usr/local/bin/imgcat -O https://raw.githubusercontent.com/gnachman/iTerm2/master/tests/imgcat && sudo chmod +x /usr/local/bin/imgcat | |
# If you have a better way to fix the permissions, comment below! |
ls /usr/local/lib/node_modules > ~/node-packages.txt