oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

Install fails due to ddp #255

Closed tehXor closed 10 years ago

tehXor commented 10 years ago

I cannot install meteorite as it seems there is currently something wrong with the ddp package:

npm http GET https://registry.npmjs.org/ddp/-/ddp-0.4.4.tgz npm http 503 https://registry.npmjs.org/ddp/-/ddp-0.4.4.tgz npm ERR! fetch failed https://registry.npmjs.org/ddp/-/ddp-0.4.4.tgz

Besides that there are no error messages. My node.js and npm should be up to date and any installation of other packages I tested worked... any ideas how to work around that?

Thanks

tehXor commented 10 years ago

Looks like it was only a temporary problem of the ddp package which is now resolved.