Skip to content

Instantly share code, notes, and snippets.

@emilefraser
Last active June 12, 2017 02:39
Show Gist options
  • Save emilefraser/8eebf9110b1e63bfe7b80bfb1989a62c to your computer and use it in GitHub Desktop.
Save emilefraser/8eebf9110b1e63bfe7b80bfb1989a62c to your computer and use it in GitHub Desktop.
[NPM Scripts] #installer #npm #run
#Installing Nodejs
echo "Installing Nodejs"
nvm install node
nvm use node
npm install -g coffee-script
npm install -g grunt-cli
npm install -g gulp
npm install -g bower
npm install -g jshint
npm install -g less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment