user2687620
user2687620

Reputation: 111

yeoman installation issue: command not found

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

Answers (1)

Stephen
Stephen

Reputation: 5770

yeoman is not the binary; it's simply yo.

Keep reading the Getting Started Guide (http://yeoman.io/learning/) :)

Upvotes: 5

Related Questions