Reputation: 111
I tried to install yeoman on my machine - Linux system.
I follow the instructions from yeoman.io, which told me so:
npm install -g yo grunt-cli bower
After that, I tried it and an error occured: yeoman command not found
.
I google some about this, some say that the /usr/share/local/npm/bin
should be put to global Path. However, I don't have such a path, no /usr/share/local/npm
.
Any help ?
Upvotes: 0
Views: 1967
Reputation: 5770
yeoman
is not the binary; it's simply yo
.
Keep reading the Getting Started Guide (http://yeoman.io/learning/) :)
Upvotes: 5