Q:

The Angular CLI process did not start listening for requests within the timeout period of 0 seconds.

//Resolved it by Changing

"scripts": {   
        "start": "ng serve",
to:

 "scripts": {   
        "start": "echo Starting... && ng serve",
          
          
//in package.json file
0

New to Communities?

Join the community