Skip to content

Instantly share code, notes, and snippets.

@georgebent
Last active May 11, 2018 08:27
Show Gist options
  • Save georgebent/66fb9dde43705fc9f1dfb1254c763e6c to your computer and use it in GitHub Desktop.
Save georgebent/66fb9dde43705fc9f1dfb1254c763e6c to your computer and use it in GitHub Desktop.
node update commands
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