Skip to content

Instantly share code, notes, and snippets.

@kpman
Last active December 6, 2017 10:54
Show Gist options
  • Save kpman/f5c095ed4f7ae959309a0fa0d71344b9 to your computer and use it in GitHub Desktop.
Save kpman/f5c095ed4f7ae959309a0fa0d71344b9 to your computer and use it in GitHub Desktop.
Update node version to LTS with nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to nvm@0.32.1
nvm install stable # v8.9.2 is LTS
nvm alias default stable # default -> stable (-> v8.9.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment