Today I updated my Meteor project to version 0.8.3
$> [master●] % mrt update
✓ normalize.css
branch: https://github.com/rithis-archive/meteor-normalize.css.git
✓ Meteor.cron
branch: https://github.com/alexsuslov/Meteor.cron.git
✓ iron-router
tag: https://github.com/EventedMind/iron-router.git
✓ mongodb-server-aggregation
tag: https://github.com/zvictor/meteor-mongo-server.git
✓ reactive-publish
tag: https://github.com/Diggsey/meteor-reactive-publish.git
✓ reststop2
tag: https://github.com/Differential/reststop2.git
✓ kadira
tag: https://github.com/meteorhacks/kadira.git
✓ subs-manager
tag: https://github.com/meteorhacks/subs-manager.git
✓ async
tag: https://github.com/peerlibrary/meteor-async.git
✓ npm
tag: https://github.com/arunoda/meteor-npm.git
✓ iron-layout
tag: https://github.com/EventedMind/iron-layout.git
✓ server-deps
tag: https://github.com/Diggsey/meteor-server-deps.git
✓ blaze-layout
tag: https://github.com/EventedMind/blaze-layout.git
✓ iron-core
tag: https://github.com/EventedMind/iron-core.git
✓ iron-dynamic-template
tag: https://github.com/EventedMind/iron-dynamic-template.git
Done installing smart packages
Now, when I run it $> mrt, I get the following output:
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything ready. Here comes Meteor!
[[[[[ ~/tmp/test ]]]]]
=> Started proxy.
=> Meteor 0.8.3 is available. Update this project with 'meteor update'.
=> Started MongoDB.
iron-router: updating npm dependencies -- connect...
kadira: updating npm dependencies -- debug, usage...
=> Errors prevented startup:
While building package `iron-router`:
error: no such package: 'reactive-dict@1.0.0'
error: no such package: 'deps@1.0.0'
error: no such package: 'underscore@1.0.0'
error: no such package: 'ejson@1.0.0'
error: no such package: 'jquery@1.0.0'
error: no such package: 'ui@1.0.0'
error: no such package: 'iron'
error: no such package: 'cmather'
error: no such package: 'webapp@1.0.0'
=> Your application has errors. Waiting for file change.
Now that I do meteor update, the problem remains. Even if I do first meteor updateand then mrt updateI get the same result. Any suggestions?
source
share