码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-06-06 23:36:58      阅读:444      评论:0      收藏:0      [点我收藏+]

标签:cli   pre   版本号   undefined   mod   iss   删除   modules   with   

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生成文件报错

标签:cli   pre   版本号   undefined   mod   iss   删除   modules   with   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!