Grunt 构建失败:超出最大调用堆栈大小

Grunt Build Failure : Maximum call stack size exceeded

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 开发了一个 mean stack 应用程序。

在进行构建时,我在 "ngAnnotate:dist" (ngAnnotate) 任务中遇到上述错误。

请帮忙。

很明显,存在解析错误。请检查 HTML。可能是某些标签未关闭或任何额外的关闭标签。

提示:验证您的 HTML