-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
59 lines (59 loc) · 2.47 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/0.10.5/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'fs' ]
2 info using [email protected]
3 info using [email protected]
4 verbose read json /Users/Jupitor/Desktop/messages/package.json
5 verbose read json /Users/Jupitor/Desktop/messages/node_modules/axon/package.json
6 verbose read json /Users/Jupitor/Desktop/messages/package.json
7 verbose cache add [ 'fs', null ]
8 verbose cache add name=undefined spec="fs" args=["fs",null]
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: 'fs',
9 verbose parsed url path: 'fs',
9 verbose parsed url href: 'fs' }
10 silly lockFile 3f4bb586-fs fs
11 verbose lock fs /Users/Jupitor/.npm/3f4bb586-fs.lock
12 silly lockFile 3f4bb586-fs fs
13 silly lockFile 3f4bb586-fs fs
14 verbose addNamed [ 'fs', '' ]
15 verbose addNamed [ null, '' ]
16 silly lockFile a107b96b-fs fs@
17 verbose lock fs@ /Users/Jupitor/.npm/a107b96b-fs.lock
18 silly addNameRange { name: 'fs', range: '', hasData: false }
19 verbose url raw fs
20 verbose url resolving [ 'https://registry.npmjs.org/', './fs' ]
21 verbose url resolved https://registry.npmjs.org/fs
22 info trying registry request attempt 1 at 19:27:43
23 http GET https://registry.npmjs.org/fs
24 http 404 https://registry.npmjs.org/fs
25 silly registry.get cb [ 404,
25 silly registry.get { server: 'CouchDB/1.3.0 (Erlang OTP/R15B03)',
25 silly registry.get date: 'Thu, 20 Jun 2013 02:27:42 GMT',
25 silly registry.get 'content-type': 'application/json',
25 silly registry.get 'content-length': '52',
25 silly registry.get 'cache-control': 'must-revalidate' } ]
26 silly lockFile a107b96b-fs fs@
27 silly lockFile a107b96b-fs fs@
28 error 404 'fs' is not in the npm registry.
28 error 404 You should bug the author to publish it
28 error 404
28 error 404 Note that you can also install from a
28 error 404 tarball, folder, or http url, or git url.
29 error System Darwin 12.4.0
30 error command "/usr/local/Cellar/node/0.10.5/bin/node" "/usr/local/bin/npm" "install" "fs"
31 error cwd /Users/Jupitor/Desktop/messages
32 error node -v v0.10.5
33 error npm -v 1.2.18
34 error code E404
35 verbose exit [ 1, true ]