首页 > 其他 > 详细

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

时间:2017-06-06 22:57:25      阅读:2123      评论:0      收藏:0      [点我收藏+]

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/cli@latest
/*更新引用
rm -rf node_modules dist npm uninstall --save-dev angular-cli npm install --save-dev @angular/cli@latest npm install ng update

引用来源:https://github.com/angular/angular-cli/issues/6036

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

原文:http://www.cnblogs.com/wlxll/p/6953975.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!