1

我刚刚从 auth 分支安装了 Meteor。Meteor 似乎从/usr/lib/meteor读取其内容- 但它已安装到/usr/local/meteor/usr/local/meteor/packages包含我需要的所有包,但是当我从终端列出包时,它会显示默认包。我正在尝试运行我最近在另一台计算机上创建的项目:

Errors prevented startup:
Exception while bundling application:
Error: The package named accounts-ui does not exist.
at _.extend.init_from_library (/usr/lib/meteor/app/lib/packages.js:91:13)
at Object.module.exports.get (/usr/lib/meteor/app/lib/packages.js:225:11)
at self.api.use (/usr/lib/meteor/app/lib/bundler.js:83:28)
at Array.forEach (native)
at Function._.each._.forEach (/usr/lib/meteor/app/lib/third/underscore.js:76:11)
at Object.self.api.use (/usr/lib/meteor/app/lib/bundler.js:82:9)
at _.extend.init_from_app_dir [as on_use] (/usr/lib/meteor/app/lib/packages.js:136:11)
at _.extend.use (/usr/lib/meteor/app/lib/bundler.js:362:11)
at Object.exports.bundle (/usr/lib/meteor/app/lib/bundler.js:649:12)
at exports.run.restart_server (/usr/lib/meteor/app/meteor/run.js:509:26)
Your application is crashing. Waiting for file change.

我的第一个想法是某些“流星路径变量”设置错误,但我找不到类似的东西。

4

1 回答 1

0

已解决 - 重新启动计算机..

于 2012-10-10T13:07:37.740 回答