ng build --aot --prod生成文件报错
Posted 艾路
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ng build --aot --prod生成文件报错相关的知识,希望对你有一定的参考价值。
Cannot read property ‘create‘ of undefined when building with --prod or --aot
解决方案:改变zone.js的版本号为0.8.5;
然后删除dist ng_modules,然后重装下就可以正常使用了。
/*更新angular-cli*/
npm uninstall -g angular-cli
npm cache clean
npm install -g @angular/[email protected]
/*更新引用
rm -rf node_modules dist
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/[email protected]
npm install
ng update
引用来源:https://github.com/angular/angular-cli/issues/6036
以上是关于ng build --aot --prod生成文件报错的主要内容,如果未能解决你的问题,请参考以下文章
无法解析 Staging & Prod 上的所有参数(AOT、buildOptimizer)(ng 服务工作)