Last active
January 30, 2017 14:53
-
-
Save fdjones/7453f7325427e16d044ae0120727e8b9 to your computer and use it in GitHub Desktop.
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
Freddies-MBP:Market-Data freddiejones$ npm run vagrant | |
> [email protected] vagrant /Users/freddiejones/Documents/Code/Market-Data | |
> rm -f config.json && vagrant up && vagrant ssh -c "sudo cat /home/vagrant/config.json" >> config.json && vagrant ssh | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Checking if box 'debian/jessie64' is up to date... | |
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
==> default: flag to force provisioning. Provisioners marked to run always will still run. | |
==> default: Machine 'default' has a post `vagrant up` message. This is a message | |
==> default: from the creator of the Vagrantfile, and not from Vagrant itself: | |
==> default: | |
==> default: Vanilla Debian box. See https://atlas.hashicorp.com/debian/ for help and bug reports | |
ssh_exchange_identification: Connection closed by remote host | |
npm ERR! Darwin 15.6.0 | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "vagrant" | |
npm ERR! node v6.9.4 | |
npm ERR! npm v3.10.10 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] vagrant: `rm -f config.json && vagrant up && vagrant ssh -c "sudo cat /home/vagrant/config.json" >> config.json && vagrant ssh` | |
npm ERR! Exit status 255 | |
npm ERR! | |
npm ERR! Failed at the [email protected] vagrant script 'rm -f config.json && vagrant up && vagrant ssh -c "sudo cat /home/vagrant/config.json" >> config.json && vagrant ssh'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the market-data package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! rm -f config.json && vagrant up && vagrant ssh -c "sudo cat /home/vagrant/config.json" >> config.json && vagrant ssh | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs market-data | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls market-data | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/freddiejones/Documents/Code/Market-Data/npm-debug.log | |
Freddies-MBP:Market-Data freddiejones$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment