Skip to content

Instantly share code, notes, and snippets.

@courtneyphillips
Last active March 15, 2016 17:18
Show Gist options
  • Save courtneyphillips/06b2d04b80b36c312ec5 to your computer and use it in GitHub Desktop.
Save courtneyphillips/06b2d04b80b36c312ec5 to your computer and use it in GitHub Desktop.
Installing Ember on Epicodus Machines
From Home Directory, in the following order:
$ brew update
$ brew upgrade node
$ npm uninstall -g ember-cli
$ npm cache clean
$ bower cache clean
$ npm install -g [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment