oortcloud / meteorite

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

migrate-app says package "has not yet been migrated" even though it has #299

Open aldeed opened 10 years ago

aldeed commented 10 years ago

When trying mrt migrate-app using the latest meteorite (0.9.0), I get errors such as this:

Error: The version 0.17.1 of package autoform has not yet been migrated

But that is my package, which I know has been released, and meteor show aldeed:autoform does list 0.17.1. So what checks are being done that result in this error? I've seen the same wrong error for 4 other packages so far, some mine and some others'. But it does find matches for other packages.

tmeasday commented 10 years ago

Hey @aldeed - did you need to manually migrate it?

Only the packages that automigrated have been registered with the server for mrt migrate-app. Let me know any popular packages (autoform is popular right?) that are in this state and I'll fix it up.

aldeed commented 10 years ago

An earlier version was auto-migrated, but this particular version I published with meteor publish after that.

I don't know what qualifies as popular, but I would suggest these packages of mine:

Also had the same issue with these, that I would guess are popular:

I got through the migration by removing each package it complained about until the migration completed, and then searching for them and adding back manually. Not horrible, and I appreciate the time that mrt migrate-app saved me by mapping the packages it did know about.

tmeasday commented 10 years ago

Ok, I marked those as best I could. If you have sec, maybe try re-migrating your old app and see if it's better. (Or not :) )

On Thu, Aug 28, 2014 at 11:38 PM, Eric Dobbertin notifications@github.com wrote:

An earlier version was auto-migrated, but this particular version I published with meteor publish after that.

I don't know what qualifies as popular, but I would suggest these packages of mine:

  • autoform
  • collection2

Also had the same issue with these, that I would guess are popular:

  • accounts-entry
  • fast-render
  • moment
  • numeral

I got through the migration by removing each package it complained about until the migration completed, and then searching for them and adding back manually. Not horrible, and I appreciate the time that mrt migrate-app saved me by mapping the packages it did know about.

— Reply to this email directly or view it on GitHub https://github.com/oortcloud/meteorite/issues/299#issuecomment-53720270.