I can\'t use npm install using the command prompt in NodeJS. I\'m getting these errors when running npm install:
npm install
module.js:339
I faced this issues while running project on higher version of cli. To solve this issue you can simply comment out @angular-devkit/build-angular module and again you have to reinstall it through
npm install @angular-devkit/build-angular --save