-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
73 lines (73 loc) · 3.58 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
63
64
65
66
67
68
69
70
71
72
73
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'node-schedule' ]
2 info using [email protected]
3 info using [email protected]
4 verbose readDependencies using package.json deps
5 verbose cache add [ '[email protected]', null ]
6 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",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: '[email protected]',
7 verbose parsed url path: '[email protected]',
7 verbose parsed url href: '[email protected]' }
8 verbose cache add name="node-schedule" spec="0.1.x" args=["node-schedule","0.1.x"]
9 verbose parsed url { protocol: null,
9 verbose parsed url slashes: null,
9 verbose parsed url auth: null,
9 verbose parsed url host: null,
9 verbose parsed url port: null,
9 verbose parsed url hostname: null,
9 verbose parsed url hash: null,
9 verbose parsed url search: null,
9 verbose parsed url query: null,
9 verbose parsed url pathname: '0.1.x',
9 verbose parsed url path: '0.1.x',
9 verbose parsed url href: '0.1.x' }
10 verbose addNamed [ 'node-schedule', '0.1.x' ]
11 verbose addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
12 silly lockFile fb895f01-node-schedule-0-1-x [email protected]
13 verbose lock [email protected] /Users/simoelalj/.npm/fb895f01-node-schedule-0-1-x.lock
14 silly addNameRange { name: 'node-schedule',
14 silly addNameRange range: '>=0.1.0-0 <0.2.0-0',
14 silly addNameRange hasData: false }
15 verbose url raw node-schedule
16 verbose url resolving [ 'https://registry.npmjs.org/', './node-schedule' ]
17 verbose url resolved https://registry.npmjs.org/node-schedule
18 info trying registry request attempt 1 at 09:16:05
19 http GET https://registry.npmjs.org/node-schedule
20 info retry will retry, error on last attempt: Error: SELF_SIGNED_CERT_IN_CHAIN
21 info trying registry request attempt 2 at 09:16:16
22 http GET https://registry.npmjs.org/node-schedule
23 info retry will retry, error on last attempt: Error: SELF_SIGNED_CERT_IN_CHAIN
24 info trying registry request attempt 3 at 09:17:16
25 http GET https://registry.npmjs.org/node-schedule
26 silly lockFile fb895f01-node-schedule-0-1-x [email protected]
27 silly lockFile fb895f01-node-schedule-0-1-x [email protected]
28 error Error: SELF_SIGNED_CERT_IN_CHAIN
28 error at SecurePair.<anonymous> (tls.js:1356:32)
28 error at SecurePair.EventEmitter.emit (events.js:92:17)
28 error at SecurePair.maybeInitFinished (tls.js:968:10)
28 error at CleartextStream.read [as _read] (tls.js:462:15)
28 error at CleartextStream.Readable.read (_stream_readable.js:320:10)
28 error at EncryptedStream.write [as _write] (tls.js:366:25)
28 error at doWrite (_stream_writable.js:221:10)
28 error at writeOrBuffer (_stream_writable.js:211:5)
28 error at EncryptedStream.Writable.write (_stream_writable.js:180:11)
28 error at write (_stream_readable.js:583:24)
29 error If you need help, you may report this log at:
29 error <http://github.com/isaacs/npm/issues>
29 error or email it to:
29 error <[email protected]>
30 error System Darwin 13.0.0
31 error command "node" "/usr/local/bin/npm" "install" "node-schedule"
32 error cwd /Users/simoelalj/Dropbox/Documents/06. INSA IF/4IF/GrowStuff
33 error node -v v0.10.21
34 error npm -v 1.3.11
35 verbose exit [ 1, true ]