I recently started working with Angular/CLI tool, I\'m facing a problem while executing the file, that is when I run
ng serve
then this c
Just run all the following command and I hope it will work.
rm -rf nodes_modules/ npm update npm install
and start the server again
ng serve -o