Skip to content

Instantly share code, notes, and snippets.

@deckerego
Created May 29, 2018 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deckerego/17881c501caf6993c47df358669be211 to your computer and use it in GitHub Desktop.
Save deckerego/17881c501caf6993c47df358669be211 to your computer and use it in GitHub Desktop.
Upgrade Node.JS on MacOS
#!/bin/sh
node --version
npm install -g n
npm cache clean -f
sudo n stable
npm update -g
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment