Error: Cannot find module '@angular-devkit/core' after clean install

preview_player
Показать описание
throw err;
^
Рекомендации по теме
Комментарии
Автор

Thanks for sharing helpful content every time...

traptisingh
Автор

After create the new project open the file packge.json and change the version of angular cli:

"devDependencies": {
     "@ angular / cli": "^ 1.6.5",
...
}

Once this is done, go to the newly created project folder and run npm install:

cd project_name
npm install

sergioborges
Автор

A solução para isso é como escreveu o colega @Intakhab Ali - funcionou de primeira...Perdi maior tempo fazendo ajustes manuais no package.jason - - Esse comando instala a dependência e pronto!!!

rodneyseguramanao
Автор

npm ERR! Unexpected end of JSON input while parsing near '...^1.5.6", "jshint":"^2.'

npm ERR! A complete log of this run can be found in:
npm ERR!


I am getting this error while creating new project in angular please help me out .

Factfusion