jaredhanson / passport-openid

OpenID authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openid/?utm_source=github&utm_medium=referral&utm_campaign=passport-openid&utm_content=about
MIT License
98 stars 90 forks source link

npm error installing passport-openid #19

Closed n1cholasv closed 11 years ago

n1cholasv commented 11 years ago

I get the following error with npm 1.3.5. passport and passport-local install fine.

npm install passport-openid npm http GET https://registry.npmjs.org/passport-openid npm http 404 https://registry.npmjs.org/passport-openid npm ERR! registry error parsing json npm http GET https://registry.npmjs.org/pkginfo npm http GET https://registry.npmjs.org/openid npm http 404 https://registry.npmjs.org/pkginfo npm ERR! registry error parsing json npm http 404 https://registry.npmjs.org/openid npm ERR! registry error parsing json npm http GET https://registry.npmjs.org/openid/-/openid-0.5.2.tgz npm http 404 https://registry.npmjs.org/openid/-/openid-0.5.2.tgz npm ERR! fetch failed https://registry.npmjs.org/openid/-/openid-0.5.2.tgz npm ERR! Error: 404 Not Found npm ERR! at WriteStream. (/usr/local/lib/node_modules/npm/lib/utils/fetch.js:57:12) npm ERR! at WriteStream.EventEmitter.emit (events.js:117:20) npm ERR! at fs.js:1596:14 npm ERR! at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5 npm ERR! at Object.oncomplete (fs.js:107:15) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com

npm ERR! System Darwin 12.4.0 npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "passport-openid" npm ERR! cwd /Users/nick/play/ang/auth npm ERR! node -v v0.10.15 npm ERR! npm -v 1.3.5 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/nick/play/ang/auth/npm-debug.log npm ERR! not ok code 0

n1cholasv commented 11 years ago

Sorry- looks like general issue with npm repo.