$injector:nomod模块'mean.system'不可用!在新 mean.io 应用程序上运行业力



刚刚启动了一个应用程序w/mean.io

mean init myApp
cd myApp
grunt test

和karma测试都失败了,平均值为" Error: [$injector:nomod] Module "。系统不可用!"

OSX 10.9.4意味着0.5.51PhantomJS 1.9.7业力0.12.16

打包的karma.conf.js看起来很合理:(片段)

    // list of files / patterns to load in the browser
    files: _.flatten(_.values(assets.core.js)).concat([
        'packages/system/public/init.js',
        'packages/*/public/*/*.js'
    ]),

[UPDATE] Karma测试现在通过了。https://github.com/linnovate/mean/commit/0d8eed13002cfdde4cc3e0f6cae24d3f8ca44d79

目前在github上有一个问题。https://github.com/linnovate/mean/issues/647

Karma测试失败是0.4.0新版本中的一个已知问题。这是由于javascript是动态聚合的方式。

现在你可以安全地忽略业力问题,一旦我们有一些时间来解决聚合问题,就在本周早些时候拉。它不会影响mean.io的运行。

如果您有任何其他您认为可能是错误的问题,我们将非常高兴您可以打开问题或评论当前问题

相关内容

  • 没有找到相关文章

最新更新