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