-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
62 lines (62 loc) · 3.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'install',
1 verbose cli '--prefix',
1 verbose cli './com',
1 verbose cli 'package.json' ]
2 info using npm@3.8.6
3 info using node@v5.12.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData package.json
8 silly fetchOtherPackageData package.json
9 silly cache add args [ 'package.json', null ]
10 verbose cache add spec package.json
11 silly cache add parsed spec Result {
11 silly cache add raw: 'package.json',
11 silly cache add scope: null,
11 silly cache add name: null,
11 silly cache add rawSpec: 'package.json',
11 silly cache add spec: '/home/one/everycode/git/bit-bubble/package.json',
11 silly cache add type: 'local' }
12 silly addLocalTarball shasum (computed) 0912ef56ee4341cb768b94ee5e398f91369f6dd8
13 verbose addTmpTarball /home/one/everycode/git/bit-bubble/package.json not in flight; adding
14 verbose correctMkdir /home/one/.npm correctMkdir not in flight; initializing
15 verbose addTmpTarball validating metadata from /home/one/everycode/git/bit-bubble/package.json
16 verbose tar unpack /home/one/everycode/git/bit-bubble/package.json
17 verbose tar unpacking to /tmp/npm-24528-c0029352/unpack-fd573291
18 silly gentlyRm /tmp/npm-24528-c0029352/unpack-fd573291 is being purged
19 verbose gentlyRm don't care about contents; nuking /tmp/npm-24528-c0029352/unpack-fd573291
20 silly gunzTarPerm modes [ '755', '644' ]
21 error not a package /home/one/everycode/git/bit-bubble/package.json
22 error addLocal Could not install /home/one/everycode/git/bit-bubble/package.json
23 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/tmp/npm-24528-c0029352/unpack-fd573291/package.json'
23 silly fetchPackageMetaData at Error (native)
23 silly fetchPackageMetaData error for package.json { [Error: ENOENT: no such file or directory, open '/tmp/npm-24528-c0029352/unpack-fd573291/package.json']
23 silly fetchPackageMetaData errno: -2,
23 silly fetchPackageMetaData code: 'ENOENT',
23 silly fetchPackageMetaData syscall: 'open',
23 silly fetchPackageMetaData path: '/tmp/npm-24528-c0029352/unpack-fd573291/package.json' }
24 silly rollbackFailedOptional Starting
25 silly rollbackFailedOptional Finishing
26 silly runTopLevelLifecycles Starting
27 silly runTopLevelLifecycles Finishing
28 silly install printInstalled
29 verbose stack Error: ENOENT: no such file or directory, open '/tmp/npm-24528-c0029352/unpack-fd573291/package.json'
29 verbose stack at Error (native)
30 verbose cwd /home/one/everycode/git/bit-bubble
31 error Linux 3.16.0-4-amd64
32 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--prefix" "./com" "package.json"
33 error node v5.12.0
34 error npm v3.8.6
35 error path /tmp/npm-24528-c0029352/unpack-fd573291/package.json
36 error code ENOENT
37 error errno -2
38 error syscall open
39 error enoent ENOENT: no such file or directory, open '/tmp/npm-24528-c0029352/unpack-fd573291/package.json'
40 error enoent ENOENT: no such file or directory, open '/tmp/npm-24528-c0029352/unpack-fd573291/package.json'
40 error enoent This is most likely not a problem with npm itself
40 error enoent and is related to npm not being able to find a file.
41 verbose exit [ -2, true ]