I have created a angular project with Angular CLI: 1.6.3 Node: 9.4.0 OS: linux x64 version. But when want to run my angular app with command ng serve then fetch this error
You can do
First,
Delete the node_modules folder
node_modules
Run npm install
npm install
And add devkit to your dev dependancies with npm i -D @angular-devkit/core
npm i -D @angular-devkit/core