I just updated Meteor to 0.9.0, and I got an error when running "mrt migrate-app".
Did I do something wrong?
-- Notice -- 0.9.0: Welcome to the new Meteor package system! You can now add any Meteor package to your app (from more than 1800 packages available on the Meteor Package Server) just by typing 'meteor add <packagename>', no Meteorite required. It looks like you have been using Meteorite with this project. To migrate your project automatically to the new system: (1) upgrade your Meteorite with 'npm install -g meteorite', then (2) run 'mrt migrate-app' inside the project. Having done this, you no longer need 'mrt' and can just use 'meteor'. All your package dependencies are already up to date. me@ubuntu :~/myApp$ mrt migrate-app /usr/local/lib/node_modules/meteorite/bin/mrt.js:21 throw("Subcommand " + subCommandName + " does not exist!");
First of all, I did this (and it seemed to work):
me@ubuntu :/usr/local/lib/node_modules$ sudo npm install -g meteorite
source share