无法从浏览器

时间:2017-04-25 08:37:10

标签: components bower

从浏览器访问我的应用时出现以下错误消息: 54.255.239.55:3443/home/app/index.html

  

获取https://54.255.239.55:3443/home/bower_components/angular/angular.min.js net :: ERR_CONNECTION_RESET

     

获取https://54.255.239.55:3443/home/bower_components/angular-ui-router/release/angular-ui-router.min.js net :: ERR_CONNECTION_RESET

     

获取https://54.255.239.55:3443/home/bower_components/font-awesome/css/font-awesome.min.css net :: ERR_CONNECTION_RESET

     

获取https://54.255.239.55:3443/home/app/styles/bootstrap-social.css net :: ERR_CONNECTION_RESET

     

获取https://54.255.239.55:3443/home/bower_components/bootstrap/dist/css/bootstrap-them.min.css net :: ERR_CONNECTION_RESET

     

未捕获的TypeError:无法读取未定义的属性'$$ minErr'

     

在angular-resource.min.js:6

     

在angular-resource.min.js:14

     

未捕获的TypeError:无法读取未定义的属性“module”

     

在angular-resource.min.js:6

     

在angular-resource.min.js:14

     

未捕获的TypeError:无法读取未定义的属性“module”

     

at ngDialog.min.js:2

     

at ngDialog.min.js:2

     

at ngDialog.min.js:2

     

未捕获的ReferenceError:未定义角度

     

在app.js:3

     

未捕获的ReferenceError:未定义角度

     

at controllers.js:3

     

未捕获的ReferenceError:未定义角度

     

at services.js:3

我的项目文件结构是:

  

应用

     

-images

     

-scripts

     

-styles

     

-views

     

bower_components

     

-CSS

 -bootstrap.css

 -bootstrap.css.map

 -bootstrap.min.css

 -bootstrap.min.css.map

 -bootstrap-theme.css

 -bootstrap-theme.css.map

 -bootstrap-theme.min.css

 -bootstrap-theme.min.css.map
     

-fonts

     

-js

 -bootstrap.js

 -bootstrap.min.js

 -npm.js
     

-node_modules

我需要帮助。

0 个答案:

没有答案