在终端中输入Meteor应用程序时出错

在终端中输入Meteor应用程序时出错,meteor,frontend,meteorite,meteor-blaze,Meteor,Frontend,Meteorite,Meteor Blaze,我正在尝试启动meteor应用程序,但它显示以下错误: => Started proxy. => Meteor 0.9.2.2 is available. Update this project with 'meteor update'. => Started MongoDB. => Errors prevented startup: While building package `accounts-entry`: error: no such package

我正在尝试启动meteor应用程序,但它显示以下错误:

=> Started proxy.
=> Meteor 0.9.2.2 is available. Update this project with 'meteor update'.
=> Started MongoDB.     
=> Errors prevented startup:

While building package `accounts-entry`:
error: no such package: 'spark'
client/views/accountButtons/accountButtons.html:5: Unexpected closing template tag
...rapLinks}}<li>{{/if}}         <a class='p...
                    ^
error: no such package: 'domutils'
=>已启动代理。
=>Meteor 0.9.2.2可用。使用“流星更新”更新此项目。
=>启动了MongoDB。
=>阻止启动的错误:
生成包“帐户条目”时:
错误:没有这样的包:“spark”
client/views/accountButtons/accountButtons.html:5:意外关闭模板标记

显然,在您的
accountButtons.html
-文件的第5行,有一个
{/if}}
不应该存在。只需删除它。

这不起作用,即使我删除了{{/if}},它也会显示此消息=>您的应用程序有错误。正在等待文件更改。=>已修改--重新启动。=>阻止启动的错误:在构建包
帐户条目时:错误:没有这样的包:“spark”错误:没有这样的包:“domutils”,这意味着meteor正在查找包spark和domutils,但找不到它们。当我删除accounts entry软件包,然后运行meteor时,请确保已安装或已将其从软件包文件(您可以在.meteor/packages中找到)中删除,该文件也不起作用,终端向我显示更多错误:=>错误阻止启动:在构建应用程序时:错误:没有这样的包:'iron router'错误:没有这样的包:'spin'错误:没有这样的包:'momentjs'错误:没有这样的包:'iron router progress'错误:没有这样的包:'zurb foundation'错误:没有这样的包:'accounts entry'=>您的应用程序有错误。正在等待文件更改。显然,你的包文件被弄糟了。试着运行“流星更新”我也试过了,也许启动一个新的应用程序更好