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
If you are using Linux system then the below command may be helpful for you
Run below command in terminal
sudo ng serve
It works for me !!