mozilla / vinz-clortho

INACTIVE - http://mzl.la/ghe-archive - BrowserID Keymaster for LDAP enabled Identity Providers
16 stars 21 forks source link

npm install sometimes fails: ERR! cb() never called! #89

Closed lloyd closed 11 years ago

lloyd commented 11 years ago
remote: npm http 200 http://127.0.0.1:16921/should/-/should-1.2.2.tgz
remote: npm http 200 http://127.0.0.1:16921/request/-/request-2.16.6.tgz
remote: npm http 200 http://127.0.0.1:16921/jshint/-/jshint-2.1.2.tgz
remote: npm http 200 http://127.0.0.1:16921/walk/-/walk-2.2.1.tgz
remote: npm WARN package.json walk@2.2.1 No README.md file found!
remote: npm ERR! cb() never called!
remote: npm ERR! not ok code 0
remote: npm ERR! clortho@0.0.0 preinstall: `node ./scripts/lockdown.js`

/cc @mostlygeek - you've seen this before, now I hit it.

lloyd commented 11 years ago

seems to be an upstream bug in npm. sadface isaacs/npm#3269

lloyd commented 11 years ago

is a reasonable way to mitigate this to npm install --production when deploying? Installing fewer packages means less likelyhood of this occuring?

callahad commented 11 years ago

That sounds like a good idea regardless...

lloyd commented 11 years ago

mitigated with move to node 0.10. we don't care anymore.