首页 > 代码库 > ng build --aot --prod生成文件报错
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/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生成文件报错
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。