forked from wanggang198810/GF-Notepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
82 lines (82 loc) · 3.61 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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '-g', 'fisp' ]
2 info using [email protected]
3 info using [email protected]
4 verbose cache add [ 'fisp', null ]
5 verbose cache add name=undefined spec="fisp" args=["fisp",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
6 verbose parsed url port: null,
6 verbose parsed url hostname: null,
6 verbose parsed url hash: null,
6 verbose parsed url search: null,
6 verbose parsed url query: null,
6 verbose parsed url pathname: 'fisp',
6 verbose parsed url path: 'fisp',
6 verbose parsed url href: 'fisp' }
7 silly lockFile 392ecc10-fisp fisp
8 verbose lock fisp /Users/wanggang/.npm/392ecc10-fisp.lock
9 silly lockFile 392ecc10-fisp fisp
10 silly lockFile 392ecc10-fisp fisp
11 verbose addNamed [ 'fisp', '' ]
12 verbose addNamed [ null, '*' ]
13 silly lockFile 08e66079-fisp fisp@
14 verbose lock fisp@ /Users/wanggang/.npm/08e66079-fisp.lock
15 silly addNameRange { name: 'fisp', range: '*', hasData: false }
16 verbose request where is /fisp
17 verbose request registry https://registry.npmjs.org/
18 verbose request id 43a5f5ecedbc1def
19 verbose url raw /fisp
20 verbose url resolving [ 'https://registry.npmjs.org/', './fisp' ]
21 verbose url resolved https://registry.npmjs.org/fisp
22 verbose request where is https://registry.npmjs.org/fisp
23 info trying registry request attempt 1 at 12:28:51
24 http GET https://registry.npmjs.org/fisp
25 http 404 https://registry.npmjs.org/fisp
26 verbose headers { date: 'Mon, 17 Nov 2014 04:28:51 GMT',
26 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26 verbose headers 'content-type': 'application/json',
26 verbose headers 'cache-control': 'max-age=0',
26 verbose headers 'content-length': '52',
26 verbose headers 'accept-ranges': 'bytes',
26 verbose headers via: '1.1 varnish',
26 verbose headers age: '0',
26 verbose headers 'x-served-by': 'cache-ty66-TYO',
26 verbose headers 'x-cache': 'MISS',
26 verbose headers 'x-cache-hits': '0',
26 verbose headers 'x-timer': 'S1416198531.444970,VS0,VE181',
26 verbose headers 'keep-alive': 'timeout=10, max=50',
26 verbose headers connection: 'Keep-Alive' }
27 silly registry.get cb [ 404,
27 silly registry.get { date: 'Mon, 17 Nov 2014 04:28:51 GMT',
27 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27 silly registry.get 'content-type': 'application/json',
27 silly registry.get 'cache-control': 'max-age=0',
27 silly registry.get 'content-length': '52',
27 silly registry.get 'accept-ranges': 'bytes',
27 silly registry.get via: '1.1 varnish',
27 silly registry.get age: '0',
27 silly registry.get 'x-served-by': 'cache-ty66-TYO',
27 silly registry.get 'x-cache': 'MISS',
27 silly registry.get 'x-cache-hits': '0',
27 silly registry.get 'x-timer': 'S1416198531.444970,VS0,VE181',
27 silly registry.get 'keep-alive': 'timeout=10, max=50',
27 silly registry.get connection: 'Keep-Alive' } ]
28 silly lockFile 08e66079-fisp fisp@
29 silly lockFile 08e66079-fisp fisp@
30 error 404 404 Not Found: fisp
30 error 404
30 error 404 'fisp' is not in the npm registry.
30 error 404 You should bug the author to publish it
30 error 404
30 error 404 Note that you can also install from a
30 error 404 tarball, folder, or http url, or git url.
31 error System Darwin 13.2.0
32 error command "node" "/usr/local/bin/npm" "install" "-g" "fisp"
33 error cwd /Users/wanggang/wanggang_own/php_projects/wangfan
34 error node -v v0.10.32
35 error npm -v 1.4.28
36 error code E404
37 verbose exit [ 1, true ]