angular2 ng build --prod 报错:Module not found: Error: Can't resolve './$$_gendir/app/app.modu
Posted A Simple Note Book
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了angular2 ng build --prod 报错:Module not found: Error: Can't resolve './$$_gendir/app/app.modu相关的知识,希望对你有一定的参考价值。
调试页面 ng serve 正常
ng build 也正常
ng build --prod 异常:Module not found: Error: Can‘t resolve ‘./$$_gendir/app/app.module.ngfactory‘
开始以为是以前那样,引用错了路径或少引用了东西。
搜了好多资料,发现是 angular-cli 的版本有点低了(因为用了最新的material)
找到原因了,问题就很容易解决了
第一步:
rm -rf node_modules/
第二部:
npm install --save-dev @angular/[email protected]
第三部:重新安装依赖
npm install
搞定!
以上是关于angular2 ng build --prod 报错:Module not found: Error: Can't resolve './$$_gendir/app/app.modu的主要内容,如果未能解决你的问题,请参考以下文章
运行 ng build --prod 时无法读取未定义的属性“替换”