我在单页angularjs应用程序上工作,我分别使用grunt和bower作为开发服务器和依赖注入。当我的应用程序首次从" grunt serve"命令,但是当我刷新页面时,我收到一串未捕获的类型和引用错误,并且应用程序无法加载:
未捕获RangeError:超出最大调用堆栈大小 jquery-ui.js:14未捕获的ReferenceError:jQuery未定义$ .ui @jquery-ui.js:14(匿名函数)@jquery-ui.js:16 (index):1 Uncaught RangeError:超出最大调用堆栈大小 bootstrap.js:8 Uncaught Error:Bootstrap的JavaScript需要jQuery(匿名函数)@bootstrap.js:8 angular-animate.js:9 Uncaught TypeError:无法读取属性' noop' undefined(匿名函数)@ angular-animate.js:9(匿名函数)@ angular-animate.js:3721 angular-cookies.js:24 Uncaught TypeError:无法读取属性' module' undefined(匿名函数)@ angular-cookies.js:24(匿名函数)@ angular-cookies.js:321 angular-resource.js:8未捕获的TypeError:无法读取属性' $$ minErr' undefined(匿名函数)@ angular-resource.js:8(匿名函数)@ angular-resource.js:669 angular-route.js:24 Uncaught TypeError:无法读取属性' module' undefined(匿名函数)@ angular-route.js:24(匿名函数)@ angular-route.js:992 angular-touch.js:28 Uncaught TypeError:无法读取属性' module' undefined(匿名函数)@ angular-touch.js:28(匿名函数)@ angular-touch.js:628 angular-chart.js:11未捕获的ReferenceError:angular未定义Chart.defaults.global.responsive @ angular-chart.js:11(匿名函数)@ angular-chart.js:13 angular-aria.js:57 Uncaught TypeError:无法读取属性' module' undefined(匿名函数)@ angular-aria.js:57(匿名函数)@ angular-aria.js:393 angular-material.js:13 Uncaught TypeError:无法读取属性' module' undefined(匿名函数)@ angular-material.js:13(匿名函数)@ angular-material.js:14(匿名函数)@ angular-material.js:17168 angular-sanitize.js:19 Uncaught TypeError:无法读取属性' $$ minErr' undefined(匿名函数)@ angular-sanitize.js:19(匿名函数)@ angular-sanitize.js:683 (index):1 Uncaught RangeError:超出最大调用堆栈大小 jquery.maskedinput.js:259未捕获的ReferenceError:未定义jQuery(匿名函数)@jquery.maskedinput.js:259 app.js:11未捕获的ReferenceError:未定义angular(匿名函数)@ app.js:11 admin.js:10未捕获的ReferenceError:未定义angular(匿名函数)@ admin.js:10 deployment.js:10未捕获的ReferenceError:未定义angular(匿名函数)@ deployment.js:10 home.js:10未捕获的ReferenceError:未定义angular(匿名函数)@ home.js:10 metrics.js:10未捕获的ReferenceError:未定义angular(匿名函数)@ metrics.js:10 monitoring.js:10未捕获的ReferenceError:未定义angular(匿名函数)@ monitoring.js:10 reporting.js:10未捕获的ReferenceError:未定义angular(匿名函数)@ reporting.js:10 support.js:13未捕获的ReferenceError:未定义angular(匿名函数)@support.js:13 support.service.js:2未捕获的ReferenceError:未定义angular(匿名函数)@support.service.js:2 metrics.service.js:2未捕获的ReferenceError:未定义angular(匿名函数)@ metrics.service.js:2 monitoring.service.js:2未捕获的ReferenceError:未定义angular(匿名函数)@ monitoring.service.js:2 (index):1 Uncaught RangeError:超出最大调用堆栈大小
有没有人以前经历过这个或知道解决方案?我不认为这是代码的问题。
答案 0 :(得分:0)