Skip to content

Instantly share code, notes, and snippets.

@cristopher-rodrigues
Last active February 7, 2017 01:58
Show Gist options
  • Save cristopher-rodrigues/9edf766ac1431603f3704be033af6dbb to your computer and use it in GitHub Desktop.
Save cristopher-rodrigues/9edf766ac1431603f3704be033af6dbb to your computer and use it in GitHub Desktop.
update node on mac
npm install -g n
npm cache clean -f
sudo n stable
npm update -g
node -v
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment