-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The service was stopped #28227
Comments
This seems like a bug but we'll need to look at a reproduction to find and fix the problem. Can you setup a minimal repro please? You can read here why this is needed. A good way to make a minimal repro is to create a new app via This might be related to your directory structure so its really important to get an accurate repro to diagnose this. |
every time i create new project i got this error |
In that case, it's likely something to do with the environment. |
We get this error:
as well, when we abort Maybe for you something else fails, but the real error doesn't surface because |
I'm facing same issue with Angular cli 17.3.9 ESbuild. Node.js v 20.16.0 |
Reporting the same issue with Angular cli and build v17.3.5 and Node.js v20.9.0. In our case, the initial build completes successfully, the dev server runs on initial load, and then the esbuild error occurs after file changes are made during the rebuild.
|
I have the same problem in Angular 18.1.4 It works fine for a while and suddenly when saving a change... BAM!
|
Facing the same issue, using angular-cli v17.3.2, Node v20.17.0
|
I still have this issue with angular-cli v18.2.10 and Node v22.11.0 also under Windows 11. It happens randomly. When I run "npm start" it sometimes works and sometimes doesn't. My workaround right now is to just try again. |
Command
build, serve
Is this a regression?
The previous version in which this bug was not present was
17
Description
when i run server i got this message
An unhandled exception occurred: The service was stopped
See "C:\Users\AE6CA~1.ELB\AppData\Local\Temp\ng-51TnuX\angular-errors.log" for further details.
Minimal Reproduction
ok
Exception or Error
Your Environment
Anything else relevant?
no
The text was updated successfully, but these errors were encountered: