Skip to content

Instantly share code, notes, and snippets.

@bikerd
Created January 17, 2014 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bikerd/8467301 to your computer and use it in GitHub Desktop.
Save bikerd/8467301 to your computer and use it in GitHub Desktop.
npm-debug.log for failed "npm install codebox@0.4.7"
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'codebox@0.4.7' ]
2 info using npm@1.3.21
3 info using node@v0.10.24
4 verbose cache add [ 'codebox@0.4.7', null ]
5 verbose cache add name=undefined spec="codebox@0.4.7" args=["codebox@0.4.7",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
6 verbose parsed url port: null,
6 verbose parsed url hostname: null,
6 verbose parsed url hash: null,
6 verbose parsed url search: null,
6 verbose parsed url query: null,
6 verbose parsed url pathname: 'codebox@0.4.7',
6 verbose parsed url path: 'codebox@0.4.7',
6 verbose parsed url href: 'codebox@0.4.7' }
7 verbose cache add name="codebox" spec="0.4.7" args=["codebox","0.4.7"]
8 verbose parsed url { protocol: null,
8 verbose parsed url slashes: null,
8 verbose parsed url auth: null,
8 verbose parsed url host: null,
8 verbose parsed url port: null,
8 verbose parsed url hostname: null,
8 verbose parsed url hash: null,
8 verbose parsed url search: null,
8 verbose parsed url query: null,
8 verbose parsed url pathname: '0.4.7',
8 verbose parsed url path: '0.4.7',
8 verbose parsed url href: '0.4.7' }
9 verbose addNamed [ 'codebox', '0.4.7' ]
10 verbose addNamed [ '0.4.7', '0.4.7' ]
11 silly lockFile 2202712f-codebox-0-4-7 codebox@0.4.7
12 verbose lock codebox@0.4.7 /root/.npm/2202712f-codebox-0-4-7.lock
13 verbose url raw codebox/0.4.7
14 verbose url resolving [ 'https://registry.npmjs.org/', './codebox/0.4.7' ]
15 verbose url resolved https://registry.npmjs.org/codebox/0.4.7
16 info trying registry request attempt 1 at 12:52:05
17 http GET https://registry.npmjs.org/codebox/0.4.7
18 http 200 https://registry.npmjs.org/codebox/0.4.7
19 silly registry.get cb [ 200,
19 silly registry.get { date: 'Thu, 16 Jan 2014 17:52:15 GMT',
19 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R15B03)',
19 silly registry.get etag: '"EO5RC5R33GVKBJZGRE7YO68ST"',
19 silly registry.get 'content-type': 'application/json',
19 silly registry.get 'content-length': '5315',
19 silly registry.get 'accept-ranges': 'bytes',
19 silly registry.get via: '1.1 varnish',
19 silly registry.get age: '0',
19 silly registry.get 'x-served-by': 'cache-at52-ATL',
19 silly registry.get 'x-cache': 'MISS',
19 silly registry.get 'x-cache-hits': '0',
19 silly registry.get 'x-timer': 'S1389894735.235243559,VS0,VE90',
19 silly registry.get vary: 'Accept',
19 silly registry.get 'keep-alive': 'timeout=10, max=50',
19 silly registry.get connection: 'Keep-Alive' } ]
20 silly lockFile 4838dcf9-js-org-codebox-codebox-0-4-7-tgz https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz
21 verbose lock https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz /root/.npm/4838dcf9-js-org-codebox-codebox-0-4-7-tgz.lock
22 verbose addRemoteTarball [ 'https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz',
22 verbose addRemoteTarball '9faee875c269700f5086431c43bf08b3d72f6c05' ]
23 info retry fetch attempt 1 at 12:52:15
24 verbose fetch to= /root/tmp/npm-7752-dos8kHH7/1389894735342-0.7215731963515282/tmp.tgz
25 http GET https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz
26 http 404 https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz
27 error fetch failed https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz
28 silly lockFile 4838dcf9-js-org-codebox-codebox-0-4-7-tgz https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz
29 silly lockFile 4838dcf9-js-org-codebox-codebox-0-4-7-tgz https://registry.npmjs.org/codebox/-/codebox-0.4.7.tgz
30 silly lockFile 2202712f-codebox-0-4-7 codebox@0.4.7
31 silly lockFile 2202712f-codebox-0-4-7 codebox@0.4.7
32 error Error: 404 Not Found
32 error at WriteStream.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/fetch.js:57:12)
32 error at WriteStream.EventEmitter.emit (events.js:117:20)
32 error at fs.js:1596:14
32 error at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5
32 error at Object.oncomplete (fs.js:107:15)
33 error If you need help, you may report this *entire* log,
33 error including the npm and node versions, at:
33 error <http://github.com/isaacs/npm/issues>
34 error System Linux 2.6.32-042stab083.2
35 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "codebox@0.4.7"
36 error cwd /usr/local/lib
37 error node -v v0.10.24
38 error npm -v 1.3.21
39 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment