Skip to content

Instantly share code, notes, and snippets.

@vtanathip
Last active December 21, 2015 08:59
Show Gist options
  • Save vtanathip/6282326 to your computer and use it in GitHub Desktop.
Save vtanathip/6282326 to your computer and use it in GitHub Desktop.
When develop project with yeoman a lot dependencies on it and people ( and I ) have a lot out of date modules installed globally so remove all of yo stuff and start over is one way to fix it.
npm remove -g yo generator-* yeoman-generator
npm install -g yo generator-angular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment