Skip to content

Instantly share code, notes, and snippets.

@skeggse
Created March 18, 2013 05:29
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 skeggse/5185242 to your computer and use it in GitHub Desktop.
Save skeggse/5185242 to your computer and use it in GitHub Desktop.
npm install cb() never called!
npm info it worked if it ends with ok
npm verb cli [ '/usr/bin/node', '/usr/bin/npm', '-ddd', 'install', 'julius' ]
npm info using npm@1.2.14
npm info using node@v0.10.0
npm verb node symlink /usr/bin/node
npm verb read json /home/skeggse/repos/package.json
npm WARN package.json home-pi@0.0.1 No README.md file found!
npm verb read json /home/skeggse/repos/node_modules/colors/package.json
npm verb read json /home/skeggse/repos/node_modules/express/package.json
npm verb read json /home/skeggse/repos/node_modules/imap/package.json
npm verb read json /home/skeggse/repos/node_modules/jade/package.json
npm verb read json /home/skeggse/repos/node_modules/nib/package.json
npm verb read json /home/skeggse/repos/node_modules/node-blink1/package.json
npm verb read json /home/skeggse/repos/node_modules/node-leash/package.json
npm verb read json /home/skeggse/repos/node_modules/stylus/package.json
npm verb read json /home/skeggse/repos/node_modules/underscore/package.json
npm verb read json /home/skeggse/repos/node_modules/voice.js/package.json
npm verb from cache /home/skeggse/repos/package.json
npm verb readDependencies using package.json deps
npm verb cache add [ 'julius', null ]
npm verb cache add name=undefined spec="julius" args=["julius",null]
npm verb parsed url { protocol: null,
npm verb parsed url slashes: null,
npm verb parsed url auth: null,
npm verb parsed url host: null,
npm verb parsed url port: null,
npm verb parsed url hostname: null,
npm verb parsed url hash: null,
npm verb parsed url search: null,
npm verb parsed url query: null,
npm verb parsed url pathname: 'julius',
npm verb parsed url path: 'julius',
npm verb parsed url href: 'julius' }
npm sill lockFile e598c132-julius julius
npm verb lock julius /home/skeggse/.npm/e598c132-julius.lock
npm sill lockFile e598c132-julius julius
npm sill lockFile e598c132-julius julius
npm verb addNamed [ 'julius', '' ]
npm verb addNamed [ null, '' ]
npm sill lockFile c3f8d0cc-julius julius@
npm verb lock julius@ /home/skeggse/.npm/c3f8d0cc-julius.lock
npm sill addNameRange { name: 'julius', range: '', hasData: false }
npm verb url raw julius
npm verb url resolving [ 'https://registry.npmjs.org/', './julius' ]
npm verb url resolved https://registry.npmjs.org/julius
npm info trying registry request attempt 1 at 22:27:44
npm verb etag "8YH1PTAC5BJMKECWGQB2IGO2P"
npm http GET https://registry.npmjs.org/julius
npm http 304 https://registry.npmjs.org/julius
npm sill registry.get cb [ 304,
npm sill registry.get { server: 'CouchDB/1.2.1 (Erlang OTP/R15B03)',
npm sill registry.get etag: '"8YH1PTAC5BJMKECWGQB2IGO2P"',
npm sill registry.get date: 'Mon, 18 Mar 2013 05:27:44 GMT',
npm sill registry.get 'content-length': '0' } ]
npm verb etag julius from cache
npm sill addNameRange number 2 { name: 'julius', range: '', hasData: true }
npm sill addNameRange versions [ 'julius', [ '0.0.1', '0.0.2' ] ]
npm verb addNamed [ 'julius', '0.0.2' ]
npm verb addNamed [ '0.0.2', '0.0.2' ]
npm sill lockFile f15b8a24-julius-0-0-2 julius@0.0.2
npm verb lock julius@0.0.2 /home/skeggse/.npm/f15b8a24-julius-0-0-2.lock
npm sill lockFile 47216432-pmjs-org-julius-julius-0-0-2-tgz https://registry.npmjs.org/julius/-/julius-0.0.2.tgz
npm verb lock https://registry.npmjs.org/julius/-/julius-0.0.2.tgz /home/skeggse/.npm/47216432-pmjs-org-julius-julius-0-0-2-tgz.lock
npm verb addRemoteTarball [ 'https://registry.npmjs.org/julius/-/julius-0.0.2.tgz',
npm verb addRemoteTarball '9647467295c829b0d6b912ca078e3897dedf9e88' ]
npm info retry fetch attempt 1 at 22:27:44
npm verb fetch to= /home/skeggse/tmp/npm-28482/1363584464573-0.7304208870045841/tmp.tgz
npm http GET https://registry.npmjs.org/julius/-/julius-0.0.2.tgz
npm http 200 https://registry.npmjs.org/julius/-/julius-0.0.2.tgz
npm ERR! cb() never called!
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment