Since updating to the most recent version of Angular cli
, I have encountered an error when trying to run ng serve
:
./node_modules/@angular-devkit/build-angular/src/webpack/es5-polyfills.js:106:0-37 - Error: Module not found: Error: Can't resolve 'zone.js/plugins/zone-legacy' in 'C:\Users\Reem\App\node_modules\@angular-devkit\build-angular\src\webpack'
Despite researching and attempting various solutions for zone.js
issues, I have been unable to resolve this particular error...
If anyone has insight on how to address this issue with the latest Angular update, please share your expertise. Thank you.