【发布时间】:2017-04-18 09:05:36
【问题描述】:
Running "ngAnnotate:dist" (ngAnnotate) task
Generating ".tmp/concat/app/app.js" from: ".tmp/concat/app/app.js"...ERROR
>> error: couldn't process source due to parse error
>> Maximum call stack size exceeded
Warning: Task "ngAnnotate:dist" failed. Use --force to continue.
我使用 yo generator-angular-fullstack 3.5.0 开发了一个平均堆栈应用程序。
在进行构建时,我在“ngAnnotate:dist”(ngAnnotate)任务中遇到了上述错误。
请帮忙。
【问题讨论】:
-
可能在某处创建了一个无限循环,您可以添加您的 grunt 文件吗?
-
嗨,我已经在github.com/aalokit/Mean-Stack/issues/1. 上发布了我的 gruntfile.js。请看一次,让我知道你能提供什么帮助,
-
嗨@Und3rTow 我已经添加了文件..请查看它..
标签: angularjs gruntjs mean-stack