#The Angular CLI process did not start listening for requests within the timeout period of 0 seconds
17 messages · Page 1 of 1 (latest)
g!codeblock @bronze lily What is the output of ng version
@bronze lily, you can use the following snippet to have your code formatted and colored by Discord. Replace ts with the language you need (i.e. html, js, css, etc)
```ts
// your code goes here
```
Angular CLI: 13.3.10
Node: 14.20.0
Package Manager: npm 6.14.17
OS: win32 x64
Angular: 13.3.12
... animations, common, compiler, compiler-cli, core, forms
... language-service, localize, platform-browser
... platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1303.10
@angular-devkit/build-angular 13.3.10
@angular-devkit/core 13.3.10
@angular-devkit/schematics 13.3.10
@angular/cli 13.3.10
@schematics/angular 13.3.10
rxjs 6.6.7
typescript 4.6.4
I upgrade to 13 but I was getting the problem on 12 as well.
Which of these solutions, if any, have you tried?
https://stackoverflow.com/questions/60189930/timeoutexception-the-angular-cli-process-did-not-start-listening-for-requests-w
the ones in my OP
also discussed here
https://github.com/dotnet/aspnetcore/issues/17277
Tried this as well:
https://stackoverflow.com/questions/61421584/the-angular-cli-process-did-not-start-listening-for-requests-in-angular-applicat
did not work
Have you reviewed https://github.com/dotnet/aspnetcore/issues/27887 ?
ASP.NET Core and SPAs in. NET 6 Summary We will be introducing a new experience for SPA templates in .NET 6 timeframe. This experience is going to focus on decoupling the frontend from the backend ...
Still not been able to find the solution
you didn't respond to my last question.
So my advice would be, don't use Windows for web development. Use *nix
I skimmed through it but it's not specifically talking about this issue
it is directly linked as the continuing solution to https://github.com/dotnet/aspnetcore/issues/17277
Closing this as we've changed the approach how the SPA project templates work now. You can find more details about this in the issue tracking that work: #27887
https://github.com/dotnet/aspnetcore/issues/17277#issuecomment-897870659
your problem is not Angular, it is ASP. you have to look into that. Or just not use ASP to launch your Angular app
I see