Josh Rives 11 December 2013 FYI: I got an error installing Grunt CLI that said “Please try running this command again as root/Administrator.” To fix that I ran this instead and it worked sudo npm install grunt-cli -g Link to where I learned that http://www.codebelt.com/javascript/install-grunt-js-on-a-mac/
FYI: I got an error installing Grunt CLI that said “Please try running this command again as root/Administrator.”
To fix that I ran this instead and it worked
sudo npm install grunt-cli -g
Link to where I learned that
http://www.codebelt.com/javascript/install-grunt-js-on-a-mac/