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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -