-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
42 lines (42 loc) · 1.88 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
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'hookRenfe' ]
info using npm@1.1.1
info using node@v0.6.11
verbose /usr/local/bin/node node symlink
verbose config file /Users/carloscrespog/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
verbose caching /Users/carloscrespog/Documents/node/MockTravels/HookRenfe/package.json
verbose loadDefaults hook.io-hookRenfe@0.1.0
verbose from cache /Users/carloscrespog/Documents/node/MockTravels/HookRenfe/package.json
verbose cache add [ 'hookRenfe', null ]
silly cache add: name, spec, args [ undefined, 'hookRenfe', [ 'hookRenfe', null ] ]
verbose parsed url { pathname: 'hookRenfe', path: 'hookRenfe', href: 'hookRenfe' }
verbose addNamed [ 'hookRenfe', '' ]
verbose addNamed [ null, '' ]
silly name, range, hasData [ 'hookRenfe', '', false ]
verbose raw, before any munging hookRenfe
verbose url resolving [ 'https://registry.npmjs.org/', './hookRenfe' ]
verbose url resolved https://registry.npmjs.org/hookRenfe
http GET https://registry.npmjs.org/hookRenfe
http 404 https://registry.npmjs.org/hookRenfe
silly get cb [ 404,
silly get cb { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)',
silly get cb date: 'Tue, 10 Apr 2012 17:50:26 GMT',
silly get cb 'content-type': 'application/json',
silly get cb 'content-length': '52',
silly get cb 'cache-control': 'must-revalidate' } ]
ERR! 404 'hookRenfe' 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
ERR! 404 tarball, folder, or http url, or git url.
ERR!
ERR! System Darwin 11.3.0
ERR! command "node" "/usr/local/bin/npm" "install" "hookRenfe"
ERR! cwd /Users/carloscrespog/Documents/node/MockTravels/HookRenfe
ERR! node -v v0.6.11
ERR! npm -v 1.1.1
ERR! code E404
ERR! message 404 Not Found: hookRenfe
ERR! errno {}
verbose exit [ 1, true ]