-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
45 lines (45 loc) · 1.75 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
info it worked if it ends with ok
verbose cli [ 'node',
verbose cli '/git/node/nvm/v0.4.10/bin/npm',
verbose cli 'install',
verbose cli 'pavlov',
verbose cli '-g' ]
info using [email protected]
info using [email protected]
verbose config file /Users/arobson/.npmrc
verbose config file /git/node/nvm/v0.4.10/etc/npmrc
verbose into /git/node/nvm/v0.4.10/lib [ 'pavlov' ]
verbose cache add pavlov
verbose cache add [ 'pavlov', null ]
verbose parsed url { pathname: 'pavlov', href: 'pavlov' }
info addNamed [ 'pavlov', '' ]
verbose addNamed [ null, '' ]
verbose GET pavlov
verbose raw, before any munging pavlov
verbose url resolving [ 'https://registry.npmjs.org/', './pavlov' ]
verbose url resolved https://registry.npmjs.org/pavlov
verbose url parsed { protocol: 'https:',
verbose url parsed slashes: true,
verbose url parsed host: 'registry.npmjs.org',
verbose url parsed hostname: 'registry.npmjs.org',
verbose url parsed href: 'https://registry.npmjs.org/pavlov',
verbose url parsed pathname: '/pavlov' }
verbose response https://registry.npmjs.org/pavlov
silly chunk {"error":"not_found","reason":"document not found"}
silly chunk
silly get cb [ 404,
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B03)',
silly get cb date: 'Sat, 17 Sep 2011 00:57:42 GMT',
silly get cb 'content-type': 'application/json',
silly get cb 'content-length': '52',
silly get cb 'cache-control': 'must-revalidate' } ]
ERR! 404 'pavlov' is not in the npm registry.
ERR! 404 You should bug the author to publish it.
ERR! 404 Note that you can also install from a tarball or folder.
ERR!
ERR! System Darwin 10.8.0
ERR! command "node" "/git/node/nvm/v0.4.10/bin/npm" "install" "pavlov" "-g"
ERR! cwd /git/js/replicant
ERR! node -v v0.4.10
ERR! npm -v 1.0.23
verbose exit [ 1, true ]