角度依赖性未包含在本地文件中

时间:2017-02-14 05:35:31

标签: html angularjs

我的 index.html 文件中包含以下行,以包含各种依赖项

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

但是,它一直收到以下错误。 enter image description here

似乎它正在尝试从localhost检索角度和其他依赖项。

如何解决此错误?

2 个答案:

答案 0 :(得分:0)

检查服务器的基本文件路径,应将其设置为bower_components /

之上的目录级别
  

示例:如果您的目录结构是app / bower_components / xx / xx.js,请将服务器的静态服务路径设置为app /

假设您使用node和express作为服务器,请使用this链接获取有关设置静态路径的知识。

我没有看到任何其他问题。由于错误 404 ,这意味着服务器未找到您的文件。

答案 1 :(得分:0)

检查文件是否已经在真实路径中,如果没有,请安装它们:bower install