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生成文件报错的主要内容,如果未能解决你的问题,请参考以下文章

ng build --aot --prod生成文件报错

执行ng build --prod --aot命令报错

无法解析 Staging & Prod 上的所有参数(AOT、buildOptimizer)(ng 服务工作)

ng build —prod 失败但能够运行

如何在生产构建设置和启用 AOT 的情况下运行 angular cli ng 测试

在 Angular 5 和 AOT-Build 中使用 @angular 编译器时出错