Wednesday, December 17, 2014

How to fix “yo: command not found” after installing Yeoman using nvm

First see which version is installed
nvm ls


Let's say the version is xxx,
then

nvm use xxx

That's it. Now yo should work.

No comments:

Post a Comment