yeoman installation issue: command not found -


i tried install yeoman on machine - linux system.

i follow instructions yeoman.io, told me so:

npm install -g yo grunt-cli bower

after that, tried , error occured: yeoman command not found.

i google this, /usr/share/local/npm/bin should put global path. however, don't have such path, no /usr/share/local/npm.

any ?

yeoman not binary; it's yo.

keep reading getting started guide (http://yeoman.io/learning/) :)


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -