osx - error: -bash: grunt: command not found -


bit of macosx noob , trying install grunt on machine. tried:

npm install grunt 

it files downloaded still getting error. when echo $path not path pointing grunt. have install directory? how can fix this?

edit after run :

npm install -g grunt-cli 

this happens: enter image description here

you have sudo npm install -g grunt-cli, can use grunt in terminal


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -