Last active
March 15, 2016 17:18
-
-
Save courtneyphillips/06b2d04b80b36c312ec5 to your computer and use it in GitHub Desktop.
Installing Ember on Epicodus Machines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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