在我的github页面上获取这些错误代码。我将这些作为加载脚本的顺序:
<script src="../../node_modules/jquery/dist/jquery.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/index.js"></script>
以下是错误消息:
GET https://tmolano.github.io/CareerMod4/node_modules/jquery/dist/jquery.js 404 ()
index.html:115 GET https://tmolano.github.io/CareerMod4/node_modules/popper.js/dist/popper.min.js 404 ()
util.js:56 Uncaught TypeError: Cannot read property 'fn' of undefined
at util.js:56
at util.js:10
at bootstrap.min.js:6
at bootstrap.min.js:6
(anonymous) @ util.js:56
(anonymous) @ util.js:10
(anonymous) @ bootstrap.min.js:6
(anonymous) @ bootstrap.min.js:6
在这里显示我的页面:https://tmolano.github.io/CareerMod4/
除了加载顺序之外,还有什么可能导致这种情况?
答案 0 :(得分:3)
此错误的可能原因:
未捕获的TypeError:无法读取未定义的属性'fn'
on
的jquery中的WINDOW元素使用不赞成的语法进行加载,错误和卸载