Skip to content

Instantly share code, notes, and snippets.

@jbrown
Created February 12, 2015 21:36
Show Gist options
  • Save jbrown/aed77d30d6df00955b83 to your computer and use it in GitHub Desktop.
Save jbrown/aed77d30d6df00955b83 to your computer and use it in GitHub Desktop.
Updating ember-cli
npm cache clear && rm -rf node_modules && npm install && npm test
npm uninstall -g ember-cli && npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment