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
Post a Comment