You seem to not be depending on "@angular/core". This is an error Ask Question

You seem to not be depending on

I want to create an angular 2 App with angular cli

I have written in the cmd:

npm install angular-cli -g

then:

ng firstngapp

but it show me an error when I write npm start ! エラー画像

ファイル画像

I don't understand the problem

ベストアンサー1

Try to run

npm install

in the project folder (not root folder)

おすすめ記事