-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnpm-debug.log
More file actions
18 lines (18 loc) · 817 Bytes
/
npm-debug.log
File metadata and controls
18 lines (18 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install' ]
2 info using npm@1.4.21
3 info using node@v0.10.25
4 verbose config Skipping project config: /home/davidb/.npmrc. (matches userconfig)
5 error install Couldn't read dependencies
6 error package.json ENOENT, open '/home/davidb/package.json'
6 error package.json This is most likely not a problem with npm itself.
6 error package.json npm can't find a package.json file in your current directory.
7 error System Linux 4.2.0-25-generic
8 error command "/usr/bin/nodejs" "/usr/bin/npm" "install"
9 error cwd /home/davidb/davidbrowning-USUCS2610-assignments
10 error node -v v0.10.25
11 error npm -v 1.4.21
12 error path /home/davidb/package.json
13 error code ENOPACKAGEJSON
14 error errno 34
15 verbose exit [ 34, true ]