We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
serve
17
ng serve running on a windows client seems to die quietly for all new projects. existing projects that I have upgraded etc seem to still be ok.
npm install -g @angular/cli ng new project cd project ng serve
pauses then dies without any indication of anything going wrong, even using --verbose nothing happens.
no
os: Microsoft Windows 10 Enterprise node: 20.15.0 ng: 18.2.11
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command
serve
Is this a regression?
The previous version in which this bug was not present was
17
Description
ng serve running on a windows client seems to die quietly for all new projects. existing projects that I have upgraded etc seem to still be ok.
Minimal Reproduction
npm install -g @angular/cli
ng new project
cd project
ng serve
pauses then dies without any indication of anything going wrong, even using --verbose nothing happens.
Exception or Error
no
Your Environment
os: Microsoft Windows 10 Enterprise
node: 20.15.0
ng: 18.2.11
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: