我使用bash通过bash创建了一个新的Foundation 5项目foundation new my-project
。当我在Chrome中打开index.html文件时,Uncaught TypeError: a.indexOf is not a function
控制台中会显示错误,起源于jquery.min.js:4
。
我按照基础站点上的步骤创建了项目,但似乎无法摆脱此错误。Foundation和jQuery看起来像它们被包含并正确连接在index.html文件中,而链接的app.js文件包括$(document).foundation();
有谁知道是什么导致此错误?什么是解决方案?