Angular Error on `ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points`

Viewed 6947

I've recently updated my angular project from 8 to 9. It worked fine in my machine. I tried copied the files and tried compiling it in another device. While doing npm install an getting the following error.

I tried removing package.lock.json and removed node_modules folder completely and tried much times. But nothing worksenter image description here

1 Answers
  1. open Powershell as Administrator
  2. cd yourProjectPath
  3. npm i
  4. ng serve
Related