Skip to content

Instantly share code, notes, and snippets.

@pootsbook
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pootsbook/b5ec91002ef09b69f195 to your computer and use it in GitHub Desktop.
Save pootsbook/b5ec91002ef09b69f195 to your computer and use it in GitHub Desktop.
Install environment for ember-uploader
# 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