-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathynpm-debug.log
66 lines (66 loc) · 2.75 KB
/
ynpm-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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/ynpm', 'i' ]
2 silly now Fri May 15 2015 22:58:46 GMT-0700 (PDT)
3 silly hostname sadnesstake-lm
4 silly platform darwin
5 silly arch x64
6 silly release 14.3.0
7 silly node { http_parser: '1.0',
7 silly node node: '0.10.32',
7 silly node v8: '3.14.5.9',
7 silly node ares: '1.9.0-DEV',
7 silly node uv: '0.10.28',
7 silly node zlib: '1.2.3',
7 silly node modules: '11',
7 silly node openssl: '1.0.1i',
7 silly node ynpm: '3.0.26',
7 silly node npm: '2.5.1' }
8 info using [email protected]
9 info using [email protected]
10 info using [email protected]
11 silly conf { argv: { remain: [ 'i' ], cooked: [ 'i' ], original: [ 'i' ] } }
12 silly argv undefined
13 silly looking for command: install
14 silly found proxy command for install
15 silly looking for command: i
16 silly found proxy command for install
17 verbose install Installing production deps first
18 verbose after production deps installed
19 verbose dev installing dev dependencies with bypass
20 warn Activating whitelist bypass for devDependencies, be sure to use ynpm prune --production
21 silly args [ 'bower@^1.3.1' ]
22 info installing bower@^1.3.1
23 info attempt registry request try #1 at 22:58:53
24 warn whitelist bypass header added
25 http GET http://ynpm-registry.corp.yahoo.com/bower
26 info retry will retry, error on last attempt: Error: connect ETIMEDOUT
27 info attempt registry request try #2 at 23:00:18
28 warn whitelist bypass header added
29 http GET http://ynpm-registry.corp.yahoo.com/bower
30 info retry will retry, error on last attempt: Error: connect ETIMEDOUT
31 info attempt registry request try #3 at 23:02:33
32 warn whitelist bypass header added
33 http GET http://ynpm-registry.corp.yahoo.com/bower
34 silly looking for command: run-script
35 info command completed in: 5 minutes, 2 seconds
36 info Fixing package.json /Users/anwesha/cheeki/simplesite/package.json
37 verbose stack Error: connect ETIMEDOUT
37 verbose stack at errnoException (net.js:904:11)
37 verbose stack at Object.afterConnect [as oncomplete] (net.js:895:19)
38 verbose cwd /Users/anwesha/cheeki/simplesite
39 error Darwin 14.3.0
40 error argv "node" "/usr/local/bin/ynpm" "i"
41 error node v0.10.32
42 error npm -v 2.5.1
43 error ynpm -v 3.0.26
44 error code ETIMEDOUT
45 error errno ETIMEDOUT
46 error syscall connect
47 error network connect ETIMEDOUT
47 error network This is most likely not a problem with npm itself
47 error network and is related to network connectivity.
47 error network In most cases you are behind a proxy or have bad network settings.
47 error network
47 error network If you are behind a proxy, please make sure that the
47 error network 'proxy' config is set properly. See: 'ynpm help config'
48 verbose exit [ 1, true ]