Commit Graph

17 Commits

Author SHA1 Message Date
nivl4 485dc68fe4 Updated vagrant provisioning script to update npm to the latest version as the older version (1.4.28) was causing the following error during npm install.
npm ERR! EEXIST, open '/home/vagrant/.npm/9fb4c098-adable-stream-1-0-33-package-tgz.lock'
File exists: /home/vagrant/.npm/9fb4c098-adable-stream-1-0-33-package-tgz.lock
Move it away, and try again.

npm ERR! System Linux 3.2.0-23-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "--no-bin-links"
npm ERR! cwd /vagrant
npm ERR! node -v v0.10.37
npm ERR! npm -v 1.4.28
npm ERR! path /home/vagrant/.npm/9fb4c098-adable-stream-1-0-33-package-tgz.lock
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! not ok code 0
2015-10-15 21:51:36 +08:00
Alys b9490a2aa4 change --no-bin-link to the correct --no-bin-links for npm install step - ref https://docs.npmjs.com/cli/install 2015-09-26 09:11:23 +10:00
Blade Barringer d3d365a74a Move sprites task to gulp 2015-09-11 19:59:06 -05:00
Alys 798b2890d0 HabitRPG -> Habitica text changes 2015-07-31 18:05:10 +10:00
Melissa Mcewen d9193ad424 issue #3852 change Mongodb installion
to correct version
2015-03-27 14:25:41 -05:00
Melissa d55ef965c7 issue #3852 change Mongodb installion 2015-03-26 16:54:28 -05:00
Melissa Mcewen fdc368adb7 changed method of installing mongodb and phantomjs in Vagrant file 2015-03-26 16:52:46 -05:00
Todd Ogin 6c9a075aae running grunt is technically unnecessary 2015-02-15 18:17:52 -05:00
Todd Ogin 65c6d5fc9d Restores postinstall hook to use local modules
Adds grunt to vagrant.sh to mimic postinstall hook
2015-02-15 12:38:48 -05:00
Todd Ogin 1c317b01b4 Removes custom bower directories
Updates Vagrantfile with correct symlink configuration option
Switches bower/grunt in postinstall script to use the globals
Changes phantomjs to an npm package install
adds --no-bin-link to npm install
2015-02-15 09:30:07 -05:00
Alice Harris 85498d8257 adjust comments 2014-09-12 13:12:42 +10:00
Alice Harris 1503924a2e comment-out seed.js because it's no longer required - https://github.com/HabitRPG/habitrpg/issues/3852#issuecomment-55334572 2014-09-12 13:09:08 +10:00
vagrant 12a9adcfcd make experimental changes to try to make vagrant install work better 2014-07-26 14:20:14 +10:00
James Hsiao bbd14bd47c fix(vagrant): explicitly call bower install 2014-05-21 23:11:19 -04:00
ninjaflame555 ee94b69d8d Further explains what the installation is doing. 2014-04-27 02:03:05 -04:00
James Hsiao 326b65a8e0 Updated base vagrant box. added full provisioning of HRPG env. 2014-04-11 10:18:01 -04:00
James Hsiao 66b0f87f65 added provisioning and removed need for direct DL 2014-03-14 09:18:16 -04:00