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:
you have sudo npm install -g grunt-cli
, can use grunt
in terminal
Comments
Post a Comment