Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active May 12, 2016 01:24
Show Gist options
  • Save clonn/605f2a2a4593390d4a33 to your computer and use it in GitHub Desktop.
Save clonn/605f2a2a4593390d4a33 to your computer and use it in GitHub Desktop.
node.js v4.2.2 install on Koding.com
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install v4.2.2
nvm alias default v4.2.2
nvm use default
# install other service
npm install -g sails
npm install -g gulp
npm install -g grunt-cli
npm install -g babel-cli
npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment