remove npm debug

This commit is contained in:
Connor Turland 2016-03-01 12:26:09 +13:00
parent bd5c88fb0b
commit dd457d8362

View file

@ -1,19 +0,0 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install' ]
2 info using npm@1.3.10
3 info using node@v0.10.25
4 error install Couldn't read dependencies
5 error Error: ENOENT, open '/vagrant/package.json'
6 error If you need help, you may report this log at:
6 error <http://github.com/isaacs/npm/issues>
6 error or email it to:
6 error <npm-@googlegroups.com>
7 error System Linux 3.13.0-66-generic
8 error command "/usr/bin/nodejs" "/usr/bin/npm" "install"
9 error cwd /vagrant
10 error node -v v0.10.25
11 error npm -v 1.3.10
12 error path /vagrant/package.json
13 error code ENOENT
14 error errno 34
15 verbose exit [ 34, true ]