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

web_mobile designer_dev picture web_mobile designer_dev · Jan 8, 2017 · Viewed 166.8k times · Source

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

Answer

galvan picture galvan · Jan 8, 2017

Try to run

npm install

in the project folder