-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
37 lines (37 loc) · 1.37 KB
/
npm-debug.log
File metadata and controls
37 lines (37 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', '-g' ]
2 info using npm@1.4.28
3 info using node@v0.10.37
4 verbose node symlink /usr/bin/node
5 verbose cache add [ '.', null ]
6 verbose cache add name=undefined spec="." args=[".",null]
7 verbose parsed url { protocol: null,
7 verbose parsed url slashes: null,
7 verbose parsed url auth: null,
7 verbose parsed url host: null,
7 verbose parsed url port: null,
7 verbose parsed url hostname: null,
7 verbose parsed url hash: null,
7 verbose parsed url search: null,
7 verbose parsed url query: null,
7 verbose parsed url pathname: '.',
7 verbose parsed url path: '.',
7 verbose parsed url href: '.' }
8 silly lockFile 3a52ce78- .
9 verbose lock . /home/acorbi/.npm/3a52ce78-.lock
10 silly lockFile 3a52ce78- .
11 silly lockFile 3a52ce78- .
12 error addLocal Could not install .
13 error Error: ENOENT, open 'package.json'
14 error If you need help, you may report this *entire* log,
14 error including the npm and node versions, at:
14 error <http://github.com/npm/npm/issues>
15 error System Linux 3.16.0-33-generic
16 error command "/usr/bin/node" "/usr/bin/npm" "install" "-g"
17 error cwd /home/acorbi/Developing/PLP/jquery.dynForm
18 error node -v v0.10.37
19 error npm -v 1.4.28
20 error path package.json
21 error code ENOENT
22 error errno 34
23 verbose exit [ 34, true ]