-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
39 lines (39 loc) · 1.52 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'i', '-g' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 silly loadCurrentTree Starting
6 silly install loadCurrentTree
7 silly install readGlobalPackageData
8 silly fetchPackageMetaData .
9 silly fetchOtherPackageData .
10 silly cache add args [ '.', null ]
11 verbose cache add spec .
12 silly cache add parsed spec { raw: '.',
12 silly cache add scope: null,
12 silly cache add name: null,
12 silly cache add rawSpec: '.',
12 silly cache add spec: '/home/sebastian/Learn-Env',
12 silly cache add type: 'local' }
13 error addLocal Could not install /home/sebastian/Learn-Env
14 silly fetchPackageMetaData Error: EISDIR, read
14 silly fetchPackageMetaData error for . { [Error: EISDIR, read] errno: 28, code: 'EISDIR' }
15 silly rollbackFailedOptional Starting
16 silly rollbackFailedOptional Finishing
17 silly runTopLevelLifecycles Starting
18 silly runTopLevelLifecycles Finishing
19 silly install printInstalled
20 verbose stack Error: EISDIR, read
21 verbose cwd /home/sebastian/Learn-Env
22 error Linux 3.19.0-47-generic
23 error argv "node" "/usr/local/bin/npm" "i" "-g"
24 error node v0.10.25
25 error npm v3.5.2
26 error code EISDIR
27 error errno 28
28 error eisdir EISDIR, read
29 error eisdir This is most likely not a problem with npm itself
29 error eisdir and is related to npm not being able to find a package.json in
29 error eisdir a package you are trying to install.
30 verbose exit [ 28, true ]