angular问题总结

1.Cannot read property ‘config’ of null
这里写图片描述

缺少.angular-cli.json
这里写图片描述

  1. Error:Angular Compiler was detected but it was an instance of the wrong class.
    This likely means you have several @ngtools/webpack packages installed. You can check this with npm ls @ngtools/webpack, and then remove the extra copies.
    这里写图片描述
    提示有多个@ngtools/webpack
    这里写图片描述
    删除一个就可以

3.WARNING in ./src/app/login/login.component.css
(Emitted value instead of an instance of Error) postcss-import: H:\h one\src\app\login\login.component.css:110:3: @import must precede all other statements (beside
这里写图片描述

这里写图片描述
要把@import url 把这句话放到最上边注释的下边就可以了

4.ERROR in No NgModule metadata found for ‘AppModule’.
这里写图片描述
在APP module空行按下空格键就可以了

5.angular5-懒加载问题:Uncaught (in promise): TypeError: webpack_require.e is not a function TypeError: __webpack_requi
这里写图片描述

npm remove -g @angular/cli
npm install -g @angular/cli@1.7.2
npm remove @angular/cli
npm add @angular/cli@1.7.3 --save-dev
评论 16
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值