outlook/vobject-js

Cannot npm install the latest version (0.0.21)

Closed this issue · 3 comments

I got this error when trying to install the latest version (0.0.21):

npm http GET https://registry.npmjs.org/vobject/-/vobject-0.0.21.tgz
npm http 404 https://registry.npmjs.org/vobject/-/vobject-0.0.21.tgz
npm ERR! fetch failed https://registry.npmjs.org/vobject/-/vobject-0.0.21.tgz
npm ERR! Error: 404 Not Found
npm ERR!     at null.<anonymous> (/Users/top/nvm/v0.8.25/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR!     at EventEmitter.emit (events.js:126:20)
npm ERR!     at WriteStream.flush (fs.js:1529:12)
npm ERR!     at Object.oncomplete (fs.js:297: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 "/Users/top/nvm/v0.8.25/bin/node" "/Users/top/nvm/v0.8.25/bin/npm" "install" "vobject"
npm ERR! cwd /Users/top/crossmail/crossproject/crossweb
npm ERR! node -v v0.8.25
npm ERR! npm -v 1.2.30
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/top/crossmail/crossproject/crossweb/npm-debug.log
npm ERR! not ok code 0

Getting https://registry.npmjs.org/vobject/-/vobject-0.0.21.tgz returned {"error":"not_found","reason":"Document is missing attachment"}. It seems like the new version is missing on the registry or something.

Thanks.

Thanks, I've bumped the version with a small change. Can you try again now?

The new version works fine now. Thanks again.

P.S. Version 0.0.21 is still missing on npm. I don't think it's a serious issue, though.

Yeah, it's a bit weird, it was working the day I published it.