我使用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();
有谁知道是什么原因导致此错误?有什么解决方案?