Angular – You seem to not be depending on “@angular/core”. This is an error

angularangular-clinpm

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 !
the error image

Files image

I don't understand the problem

Best Answer

Try to run

npm install

in the project folder