When my Meteor app is being bundled (using Meteor UP mup deploy
), it gives a set of errors below. Do I have to manually install (globally?) these packages using Meteorite before bundling?
$ mup deploy
Meteor-UP : Production Quality Meteor Deployments
--------------------------------------------------
Bundling Started: /var/www/test-app
Bundling Error: Command failed:
-------------------STDOUT-------------------
rss: updating npm dependencies -- rss...
mailchimp: updating npm dependencies -- mailchimp...
Errors prevented bundling:
While building the application:
error: no such package: 'database-forms'
error: no such package: 'crypto-md5'
error: no such package: 'momentjs'
error: no such package: 'iron-router'
error: no such package: 'nprogress'
-------------------STDERR-------------------
mup setup
,mrt update
,mup deploy
. – Bimetallism