Last active
May 11, 2018 08:27
-
-
Save georgebent/66fb9dde43705fc9f1dfb1254c763e6c to your computer and use it in GitHub Desktop.
node update commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo npm cache clean -f | |
sudo npm install -g n | |
sudo n stable | |
# if not working | |
sudo ln -sf /usr/local/n/versions/node/<VERSION>/bin/node /usr/bin/nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment