Skip to content

Releases: yeoman/yo

v1.1.0

01 Jan 20:25
Compare
Choose a tag to compare
  • yo should now have an easier time searching for your generators. It walks local tree recursively searching for node_modules/ folders. It then use NODE_PATH env variable to load global generators, if not available, we fallback to our best guests. So, make sure to check your NODE_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 running yo doctor.