-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
64 lines (64 loc) · 4.08 KB
/
Copy pathnpm-debug.log
File metadata and controls
64 lines (64 loc) · 4.08 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
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
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save-dev',
1 verbose cli 'grunt-stylus' ]
2 info using npm@2.8.4
3 info using node@v0.12.2
4 verbose node symlink /usr/local/bin/node
5 verbose install initial load of /Users/JacobWunder/Documents/io-mp.txt/package.json
6 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/babel/package.json
7 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/express/package.json
8 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt/package.json
9 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt-babel/package.json
10 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt-concurrent/package.json
11 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt-contrib-stylus/package.json
12 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt-contrib-watch/package.json
13 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt-node-inspector/package.json
14 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/grunt-nodemon/package.json
15 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/load-grunt-tasks/package.json
16 verbose installManyTop reading scoped package data from /Users/JacobWunder/Documents/io-mp.txt/node_modules/socket.io/package.json
17 verbose readDependencies loading dependencies from /Users/JacobWunder/Documents/io-mp.txt/package.json
18 silly cache add args [ 'grunt-stylus', null ]
19 verbose cache add spec grunt-stylus
20 silly cache add parsed spec { raw: 'grunt-stylus',
20 silly cache add scope: null,
20 silly cache add name: 'grunt-stylus',
20 silly cache add rawSpec: '',
20 silly cache add spec: '*',
20 silly cache add type: 'range' }
21 silly addNamed grunt-stylus@*
22 verbose addNamed "*" is a valid semver range for grunt-stylus
23 silly addNameRange { name: 'grunt-stylus', range: '*', hasData: false }
24 silly mapToRegistry name grunt-stylus
25 silly mapToRegistry using default registry
26 silly mapToRegistry registry https://registry.npmjs.org/
27 silly mapToRegistry uri https://registry.npmjs.org/grunt-stylus
28 verbose addNameRange registry:https://registry.npmjs.org/grunt-stylus not in flight; fetching
29 verbose request uri https://registry.npmjs.org/grunt-stylus
30 verbose request no auth needed
31 info attempt registry request try #1 at 07:49:40
32 verbose request id 2cf336b4bbec2328
33 http request GET https://registry.npmjs.org/grunt-stylus
34 info retry will retry, error on last attempt: Error: unable to verify the first certificate
35 info attempt registry request try #2 at 07:49:51
36 http request GET https://registry.npmjs.org/grunt-stylus
37 info retry will retry, error on last attempt: Error: unable to verify the first certificate
38 info attempt registry request try #3 at 07:50:51
39 http request GET https://registry.npmjs.org/grunt-stylus
40 verbose stack Error: unable to verify the first certificate
40 verbose stack at Error (native)
40 verbose stack at TLSSocket.<anonymous> (_tls_wrap.js:929:36)
40 verbose stack at TLSSocket.emit (events.js:104:17)
40 verbose stack at TLSSocket._finishInit (_tls_wrap.js:460:8)
41 verbose cwd /Users/JacobWunder/Documents/io-mp.txt
42 error Darwin 14.3.0
43 error argv "node" "/usr/local/bin/npm" "install" "--save-dev" "grunt-stylus"
44 error node v0.12.2
45 error npm v2.8.4
46 error code UNABLE_TO_VERIFY_LEAF_SIGNATURE
47 error unable to verify the first certificate
48 error If you need help, you may report this error at:
48 error <https://github.com/npm/npm/issues>
49 verbose exit [ 1, true ]