Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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
 
PREVIOUS NEXT
Tagged: #The #Angular #CLI #process #start #listening #requests #timeout #period
ADD COMMENT
Topic
Name
7+2 =