-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
21 lines (21 loc) · 1.05 KB
/
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/nodejs', '/usr/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose readDependencies loading dependencies from /home/christopher/Documents/ruby/updatr/package.json
5 error install Couldn't read dependencies
6 verbose stack Error: ENOENT: no such file or directory, open '/home/christopher/Documents/ruby/updatr/package.json'
6 verbose stack at Error (native)
7 verbose cwd /home/christopher/Documents/ruby/updatr
8 error Linux 4.4.0-34-generic
9 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
10 error node v4.4.7
11 error npm v2.15.8
12 error path /home/christopher/Documents/ruby/updatr/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/christopher/Documents/ruby/updatr/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 ]