-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
83 lines (83 loc) · 3.98 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
74
75
76
77
78
79
80
81
82
83
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli '[email protected]' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files\nodejs\\node.exe
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="cordova" spec="3.5.0" args=["cordova","3.5.0"]
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: '3.5.0',
9 verbose parsed url path: '3.5.0',
9 verbose parsed url href: '3.5.0' }
10 verbose addNamed [ 'cordova', '3.5.0' ]
11 verbose addNamed [ '3.5.0', '3.5.0' ]
12 silly lockFile 42ef6c93-cordova-3-5-0 [email protected]
13 verbose lock [email protected] C:\Users\Wilckerson\AppData\Roaming\npm-cache\42ef6c93-cordova-3-5-0.lock
14 verbose request where is /cordova
15 verbose request registry https://registry.npmjs.org/
16 verbose request id 0ef2744d2c9dd9f8
17 verbose url raw /cordova
18 verbose url resolving [ 'https://registry.npmjs.org/', './cordova' ]
19 verbose url resolved https://registry.npmjs.org/cordova
20 verbose request where is https://registry.npmjs.org/cordova
21 info trying registry request attempt 1 at 23:37:37
22 verbose etag "ERWEULI73916D1NTQVO41Y3XK"
23 http GET https://registry.npmjs.org/cordova
24 http 304 https://registry.npmjs.org/cordova
25 silly registry.get cb [ 304,
25 silly registry.get { date: 'Tue, 04 Nov 2014 01:37:37 GMT',
25 silly registry.get server: 'Apache',
25 silly registry.get via: '1.1 varnish',
25 silly registry.get 'last-modified': 'Tue, 04 Nov 2014 01:37:37 GMT',
25 silly registry.get 'cache-control': 'max-age=60',
25 silly registry.get etag: '"ERWEULI73916D1NTQVO41Y3XK"',
25 silly registry.get age: '0',
25 silly registry.get 'x-served-by': 'cache-iad2129-IAD',
25 silly registry.get 'x-cache': 'HIT',
25 silly registry.get 'x-cache-hits': '1',
25 silly registry.get 'x-timer': 'S1415065057.343273,VS0,VE84',
25 silly registry.get vary: 'Accept',
25 silly registry.get 'content-length': '0',
25 silly registry.get 'keep-alive': 'timeout=10, max=50',
25 silly registry.get connection: 'Keep-Alive' } ]
26 verbose etag https://registry.npmjs.org/cordova from cache
27 silly lockFile 42ef6c93-cordova-3-5-0 [email protected]
28 silly lockFile 42ef6c93-cordova-3-5-0 [email protected]
29 error Error: version not found: [email protected]
29 error at C:\Program Files\nodejs\node_modules\npm\lib\cache\add-named.js:125:12
29 error at saved (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\get.js:167:7)
29 error at Object.oncomplete (fs.js:107:15)
30 error If you need help, you may report this *entire* log,
30 error including the npm and node versions, at:
30 error <http://github.com/npm/npm/issues>
31 error System Windows_NT 6.2.9200
32 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "[email protected]"
33 error cwd C:\Projetos\github\cordova-native-ui
34 error node -v v0.10.33
35 error npm -v 1.4.28
36 verbose exit [ 1, true ]