-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
40 lines (40 loc) · 1.92 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
info it worked if it ends with ok
verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install', 'cheerio' ]
info using npm@1.1.4
info using node@v0.6.19
verbose config file /home/sarnobat/.npmrc
verbose config file /usr/etc/npmrc
verbose config file /usr/share/npm/npmrc
verbose cache add [ 'cheerio', null ]
silly cache add: name, spec, args [ undefined, 'cheerio', [ 'cheerio', null ] ]
verbose parsed url { pathname: 'cheerio', path: 'cheerio', href: 'cheerio' }
verbose addNamed [ 'cheerio', '' ]
verbose addNamed [ null, '' ]
silly name, range, hasData [ 'cheerio', '', false ]
verbose raw, before any munging cheerio
verbose url resolving [ 'https://registry.npmjs.org/', './cheerio' ]
verbose url resolved https://registry.npmjs.org/cheerio
http GET https://registry.npmjs.org/cheerio
ERR! Error: failed to fetch from registry: cheerio
ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12
ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9)
ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18)
ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22)
ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58)
ERR! at Request.emit (events.js:88:20)
ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:412:12)
ERR! at ClientRequest.g (events.js:156:14)
ERR! at ClientRequest.emit (events.js:67:17)
ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1256:7)
ERR! You may report this log at:
ERR! <http://bugs.debian.org/npm>
ERR! or use
ERR! reportbug --attach /home/sarnobat/Desktop/new/github/yurl/npm-debug.log npm
ERR!
ERR! System Linux 3.5.0-49-generic
ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "cheerio"
ERR! cwd /home/sarnobat/Desktop/new/github/yurl
ERR! node -v v0.6.19
ERR! npm -v 1.1.4
ERR! message failed to fetch from registry: cheerio
verbose exit [ 1, true ]