Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/448.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 如何解决jquery模块错误?_Javascript_Jquery_Intellij Idea_Bower_Yeoman - Fatal编程技术网

Javascript 如何解决jquery模块错误?

Javascript 如何解决jquery模块错误?,javascript,jquery,intellij-idea,bower,yeoman,Javascript,Jquery,Intellij Idea,Bower,Yeoman,我在IntelijIdea上有一个YeoMan项目,我安装了jquery 2.1.4。我的bower模块用红色下划线,这意味着在jquery.js的第8284行,我有以下内容: 第8284行jQuery。活动的-->未解析的写入属性 第8066行jQuery。活动的-->未解析的写入属性 我尝试了“bower安装”,“bower更新”,重新启动Idea Bower.json { "name": "enterprise-edition", "version": "0.0.0", "d

我在IntelijIdea上有一个YeoMan项目,我安装了jquery 2.1.4。我的bower模块用红色下划线,这意味着在jquery.js的第8284行,我有以下内容:

第8284行jQuery。活动的-->未解析的写入属性

第8066行jQuery。活动的-->未解析的写入属性

我尝试了“bower安装”,“bower更新”,重新启动Idea

Bower.json

{
  "name": "enterprise-edition",
  "version": "0.0.0",
  "dependencies": {
    "angular": "^1.3.0",
    "bootstrap": "3.3.4",
    "angular-animate": "^1.3.0",
    "angular-cookies": "^1.3.0",
    "angular-resource": "^1.3.0",
    "angular-route": "^1.3.0",
    "angular-sanitize": "^1.3.0",
    "angular-touch": "^1.3.0",
    "angular-ui-router": "~0.2.18",
    "angular-bootstrap": "~1.2.4",
    "fsm-sticky-header": "*",
    "jquery": "2.1.4"
  },
  "devDependencies": {
    "angular-mocks": "^1.3.0"
  },
  "appPath": "app",
  "moduleName": "enterpriseEditionApp",
  "resolutions": {
    "bootstrap": "4.0",
    "angular": "^1.0.8"
  }
}