-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
23 lines (23 loc) · 1.12 KB
/
npm-debug.log
File metadata and controls
23 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0 info it worked if it ends with ok
1 verbose cli [ '/home/ubuntu/.nvm/versions/node/v4.7.3/bin/node',
1 verbose cli '/home/ubuntu/.nvm/versions/node/v4.7.3/bin/npm',
1 verbose cli 'install' ]
2 info using npm@2.15.11
3 info using node@v4.7.3
4 verbose readDependencies loading dependencies from /home/ubuntu/workspace/package.json
5 error install Couldn't read dependencies
6 verbose stack Error: ENOENT: no such file or directory, open '/home/ubuntu/workspace/package.json'
6 verbose stack at Error (native)
7 verbose cwd /home/ubuntu/workspace
8 error Linux 4.9.17-c9
9 error argv "/home/ubuntu/.nvm/versions/node/v4.7.3/bin/node" "/home/ubuntu/.nvm/versions/node/v4.7.3/bin/npm" "install"
10 error node v4.7.3
11 error npm v2.15.11
12 error path /home/ubuntu/workspace/package.json
13 error code ENOPACKAGEJSON
14 error errno -2
15 error syscall open
16 error package.json ENOENT: no such file or directory, open '/home/ubuntu/workspace/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 ]