Last active
August 29, 2015 14:13
-
-
Save pootsbook/b5ec91002ef09b69f195 to your computer and use it in GitHub Desktop.
Install environment for ember-uploader
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
# Install Node.js | |
# https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager | |
$ curl -sL https://deb.nodesource.com/setup | sudo bash - | |
$ sudo apt-get install nodejs | |
$ npm install -g phantomjs | |
$ npm install -g bower | |
$ npm install -g ember-cli | |
$ npm install | |
# Solve cache issue "Cannot find module" | |
$ rm -rf node_modules | |
$ npm cache clear | |
$ npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment