20 lines
681 B
Text
20 lines
681 B
Text
|
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 ]
|