oortcloud / meteorite

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

Cannot read property 'basePackages' of undefined during mrt migrate-app #305

Open alexarsh opened 10 years ago

alexarsh commented 10 years ago

Hi,

I try to upgrade my project to meteor 0.9.0 and get the following error during 'mrt migrate-app': http://slexy.org/view/s21tNbelow. My packages are: http://slexy.org/view/s2U1JDNFuy

Regards, Alex A.

tmeasday commented 10 years ago

Hey @alexarsh - it looks like you've already updated. Do you have a smart.json? Have you run mrt install ?

alexarsh commented 10 years ago

Since I opened the issue, meteor 0.9.3 is out. So I run it from the beginning: 1.) meteor update 2.) npm install -g meteorite 3.) mrt migrate-app I got the following error: Updating all references to packages in .meteor/packages 1.1. Will update mandrill to timmyg13:mandrill@0.0.6 1.2. Will update persistent-session to u2622:persistent-session@0.1.4 1.3. Will update twilio-meteor to mrt:twilio-meteor@1.1.0 1.5. Will update iron-router to cmather:iron-router@0.8.2 Error: The version 4.4.0 of package font-awesome-4-less has not yet been migrated

If you want to continue, remove the package(s) from smart.json, run mrt install, and try again. After you have successfully migrated, you can add them back but note: You will NOT receive further updates!. See https://hackpad.com/Migrating-Apps-UfPrM192vSQ for more information.

So I have 3 questions: 1.) What about other packages from my list? Are they migrated or not? 2.) I guess I will have to wait for font-awesome-4-less. Is there a place where I can see some status of the packages to be moved to meteor? When it's expected or something? 3.) The migrate-app totally breaks my app. Here is the list of errors from the browser: http://slexy.org/view/s27McazRSu Can I do something about it?

Thanks, Alex A.