I installed node v0.8.14 on Mac OS 10.7.5. I then installed Grunt with npm install -g grunt.
Node works perfectly, Grunt doesn’t. It keeps saying: -bash: exec: grunt: not found
Any idea what I’m missing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default, npm installs into /usr/local. Try
/usr/local/bin/gruntin your shell. To allow you to simply typegrunt, addto the
~/.profilefile.