-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
21 lines (21 loc) · 1009 Bytes
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 verbose readDependencies loading dependencies from /home/martin/Workspace/Ruby/evans/package.json
6 error install Couldn't read dependencies
7 verbose stack Error: ENOENT, open '/home/martin/Workspace/Ruby/evans/package.json'
7 verbose stack at Error (native)
8 verbose cwd /home/martin/Workspace/Ruby/evans
9 error Linux 3.13.0-37-generic
10 error argv "/usr/bin/node" "/usr/bin/npm" "install"
11 error node v0.12.11
12 error npm v2.14.9
13 error path /home/martin/Workspace/Ruby/evans/package.json
14 error code ENOPACKAGEJSON
15 error errno -2
16 error package.json ENOENT, open '/home/martin/Workspace/Ruby/evans/package.json'
16 error package.json This is most likely not a problem with npm itself.
16 error package.json npm can't find a package.json file in your current directory.
17 verbose exit [ -2, true ]