We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install Node.js and NPM
Add Node.js PPA
sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
Install Node.js
sudo apt-get install nodejs
sudo apt-get install nodejs-legacy
sudo apt-get install npm
Make sure you have successfully installed node.js and npm on your system
node --version npm --version
node --version
npm --version
Install Grunt using NPM
sudo npm install -g grunt
After successful installation make sure grunt has been installed successful and check version.
grunt --version
Install Bower using NPM
sudo npm install -g bower
Let's check the installed version of bower on your system using following command.
bower --version
Run:
bash setup.sh