By jonathansace
Hi, anyone has a tutorial or link on installing gruntjs on ubuntu 14.04.
I tried installation multiple times but didnt work.
sudo npm install -g grunt-cli
then i go to my project directory cd /path/to/your/project/
npm install grunt grunt-contrib-concat grunt-contrib-uglify grunt-contrib-cssmin grunt-contrib-htmlmin grunt-contrib-watch --save-dev
Evertime i run ‘grunt’ command it says
No command ‘grunt’ found, did you mean: Command ‘grun’ from package ‘grun’ (universe)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
npm install -g grunt-cli doesnt work for me either. I think it may have something to do with my Ubuntu $PATH variables.
As of Grunt 0.4.0, the command line tool is actually provided by a separate package: <br> <br><pre> <br>npm install -g grunt-cli <br></pre> <br> <br>See: http://gruntjs.com/blog/2013-02-18-grunt-0.4.0-released
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.