错误:在AngularCLI中创建新Component时,无法读取null的属性'length'

时间:2018-04-27 03:17:57

标签: angular angular-cli angular2-routing

在角度4中我使用

ng g c componentname

但它显示错误:

“错误:无法读取null的属性'length'

无法读取null的属性'length'。

那么我怎样才能解决上述问题呢?

非常感谢你们。有关详细信息,请参阅附件 enter image description here

1 个答案:

答案 0 :(得分:1)

enter image description here我找到了解决上述问题的方法,在ng generate component语句后添加--skip-import = true。

您可以使用参数--skip-import跳过将其添加到模块。