You can install the nodejs, bower and Gruntjs using below commands.
After install above libraries run the grunt command. If you see an error you can run the below commands to overcome in ubuntu 13.10.
- Install nodejs
sudo apt-get install npm
- Install Grunt
npm install -g grunt-cli
- Install bower
npm install -g bower
After install above libraries run the grunt command. If you see an error you can run the below commands to overcome in ubuntu 13.10.
sudo apt-get install nodejs sudo ln -s /usr/bin/nodejs /usr/bin/node curl https://npmjs.org/install.sh | sudo sh
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.