LoginSignup
1
2

More than 5 years have passed since last update.

ng g component でエラー

Last updated at Posted at 2018-04-08

ng g component でエラー

AngularCliで新規にhogeコンポーネントを作成。

ng g component hoge

と入力すると

Error: More than one module matches. Use skip-import option to skip importing the component into the closest module.
More than one module matches. Use skip-import option to skip importing the component into the closest module.

とエラー。この場合、

ng g component hoge --module app.module

で無事にhoge が作成される。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2