当前位置: 首页 > 面试题库 >

AngularJS错误:ngAnimate模块不可用

蒙墨竹
2023-03-14
问题内容

我是新手,遇到问题了。我使用了yeoman角度生成器并添加了ngAnimate模块。当我运行时grunt test,出现以下错误:

Error: [$injector:modulerr] Failed to instantiate module portfolioApp due to:
Error: [$injector:modulerr] Failed to instantiate module ngAnimate due to:
Error: [$injector:nomod] Module 'ngAnimate' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

app.js

'use strict';

angular.module('portfolioApp', [
   'ngAnimate',
   'ngCookies',
   'ngResource',
   'ngSanitize',
   'ngRoute'
])

index.html

<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>

    <!-- build:js scripts/modules.js -->
    <script src="bower_components/angular-animate/angular-animate.js"></script>
    <script src="bower_components/angular-resource/angular-resource.js"></script>
    <script src="bower_components/angular-cookies/angular-cookies.js"></script>
    <script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
    <script src="bower_components/angular-route/angular-route.js"></script>

bower.json

{
  "name": "portfolio",
  "version": "0.0.0",
  "dependencies": {
    "angular": "1.2.0",
    "json3": "~3.2.4",
    "es5-shim": "~2.1.0",
    "jquery": "~1.10.2",
    "greensock": "~1.11.2",
    "angular-animate": "1.2.0",
    "angular-resource": "1.2.0",
    "angular-cookies": "1.2.0",
    "angular-sanitize": "1.2.0",
    "angular-route": "1.2.0"
  },
  "devDependencies": {
    "angular-mocks": "1.2.0",
    "angular-scenario": "1.2.0"
  }
}

我认为应该加载该模块,我不知道自己在做什么错。有人有建议吗?

谢谢


问题答案:

我怀疑原因是:如果运行 grunt test ,则将运行业障任务。karma的配置位于karma.conf.js文件中。在那里,您必须在 files
数组中添加angular-animate.js 。



 类似资料:
  • 问题内容: 当我尝试编译代码时,我一直收到此错误。我的目录中有pom.xml文件,但是不确定其中是否存在错误。我在互联网上只找到一个与此有关的链接,而事实并非如此:模块需要Maven项目配置 错误:Maven资源编译器:模块’updater’所需的Maven项目配置不可用。仅当从IDE启动外部构建时,才支持Maven项目的编译。 这是我的pom文件的内容: 我将衷心感谢您的帮助。谢谢! 问题答案:

  • 我正在处理一个Phoenix应用程序,在生产过程中遇到了一个调试困难的问题。 **(UndefinedFunctionError)未定义函数:Connection.start_link/2(模块连接不可用)^M Connection.start_link(postgrex.Connection,[主机名:“localhost”,超时:5000,OTP_APP::xxx,repo:xxx.repo,

  • 问题内容: 我已经很长时间没有使用Node.js了,也从未使用过express。当我启动应用程序时,它刚刚返回: 启动test.html时发生错误。这是代码: 我自己的路 : 为什么呢 编辑: 这是我的新app.configure: 但它返回: 问题答案: 我假设test.html是一个静态文件。要渲染静态文件,请像这样使用静态中间件。 这告诉express在应用程序的公共目录中查找静态文件。 指

  • 我刚刚开始使用webpack,很难获得多入口点示例来构建。网页包。配置。示例中的js文件包括以下行 这对我来说是个错误 在四处搜索时,我找到了将CommonChunkPlugin与表达式一起使用的其他示例 失败并出现错误 进一步搜索发现了许多示例,包括 我的构建现在失败了 我不知道该如何进行。

  • 当运行我的项目包时,我有上面的标题错误,在我试图使用 npm安装xml2json 但是,我只有以下错误,你能给我建议或想法,从这个问题中走出来吗... 编辑:: 1 在我安装了更新的Visual Studio 2005到2012后,当我运行npm安装xml2json和npm安装xml2json--unsece-perm时,我得到下面的错误, 提前感谢,戈帕尔·R

  • 运行command:时,出现以下错误: 错误输出:module.js:339 throw err;^错误:在Function.module._resolveFileName(module.js:337:15)在Function.module._load(module.js:287:25)在module.require(module.js:366:17)在require(module.js:385: