Releases: yeoman/yo
Releases · yeoman/yo
v1.1.0
yo
should now have an easier time searching for your generators. It walks local tree recursively searching fornode_modules/
folders. It then useNODE_PATH
env variable to load global generators, if not available, we fallback to our best guests. So, make sure to check yourNODE_PATH
variable is valid.- We now include a debugging command to help you troubleshoot common issues. This script is run each time you install or update
yo
. You can always call it manually runningyo doctor
.