最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Error: No Such Package when bundling Meteor.js app - Stack Overflow

programmeradmin1浏览0评论

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-------------------

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-------------------
Share Improve this question asked Dec 14, 2013 at 15:05 Athena WisdomAthena Wisdom 6,89114 gold badges45 silver badges79 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 9

Run mrt update first

Once everything has updated and the packages have downloaded then you can run mup

发布评论

评论列表(0)

  1. 暂无评论