oortcloud / meteorite

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

Dependency "mkdirp" version typo #301

Closed jwaltz closed 10 years ago

jwaltz commented 10 years ago

Hi! I'm attempting to update/install meteorite after upgrading to Meteor 0.9 to run mrt migrate-app. I try to run sudo -H npm install -g meteorite and get npm ERR! Error: No compatible version found: mkdirp@'>=0.50.0-'. I don't think a version 0.50 exists but I see on npm there is a version 0.5? This may have something to do with my permission woes but I ran all of the permission woes commands before trying this.

tmeasday commented 10 years ago

Hi @jwaltz - not sure. Meteorite doesn't directly depend on that package. I can't see where that would have come from. Hmm...

Murcho commented 10 years ago

I'm experiencing this error as well attempting my first install of meteorite

Murcho commented 10 years ago

@jwaltz I'm not sure if it's a proper fix, but I updated nodejs to the latest on my machine (10.31, not sure what it was before that) and that seems to have fixed this issue. Worth trying.

jwaltz commented 10 years ago

@Murcho @tmeasday updating node.js to 10.31 fixed this issue for me as well. closing #301.