-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathnpm-debug.log
47 lines (47 loc) · 1.84 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
info it worked if it ends with ok
verbose cli [ 'node',
verbose cli '/usr/local/bin/npm',
verbose cli 'install',
verbose cli 'uglify',
verbose cli '-g' ]
info using npm@1.0.26
info using node@v0.4.10
verbose /usr/local/bin/node node symlink
verbose config file /Users/mbleigh/.npmrc
verbose config file /usr/local/etc/npmrc
verbose into /usr/local/lib [ 'uglify' ]
verbose cache add uglify
verbose cache add [ 'uglify', null ]
silly cache add: name, spec, args [ undefined, 'uglify', [ 'uglify', null ] ]
verbose parsed url { pathname: 'uglify', href: 'uglify' }
info addNamed [ 'uglify', '' ]
verbose addNamed [ null, '' ]
verbose GET uglify
verbose raw, before any munging uglify
verbose url resolving [ 'https://registry.npmjs.org/', './uglify' ]
verbose url resolved https://registry.npmjs.org/uglify
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/uglify',
verbose url parsed pathname: '/uglify' }
verbose response https://registry.npmjs.org/uglify
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: 'Mon, 22 Aug 2011 14:39:18 GMT',
silly get cb 'content-type': 'application/json',
silly get cb 'content-length': '52',
silly get cb 'cache-control': 'must-revalidate' } ]
ERR! 404 'uglify' 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 11.0.0
ERR! command "node" "/usr/local/bin/npm" "install" "uglify" "-g"
ERR! cwd /Users/mbleigh/code/javascript/sketch.js
ERR! node -v v0.4.10
ERR! npm -v 1.0.26
verbose exit [ 1, true ]