Install nodejs, npm, and grunt-cli on Ubuntu 14

Grunt is a Javascript task runner that can be used to compile Sass, JavaScript or run many other plugins.

The following code will install nodejs, npm, and grunt-cli on Ubuntu 14.04.

sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs sudo npm install -g grunt-cli


Explore our projects