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
compiler-cli
In v19, running build with the default angular.json will fail if a service is already using port 4200:
build
Have build accept a --port flag the same way that serve does.
--port
serve
It might also be nice if by default build used a different port
As a workaround, I moved my other running service to a different port. Not a difficult solution, but also not the most ideal.
The text was updated successfully, but these errors were encountered:
How is your server.ts configured?
server.ts
Sorry, something went wrong.
No branches or pull requests
Which @angular/* package(s) are relevant/related to the feature request?
compiler-cli
Description
In v19, running
build
with the default angular.json will fail if a service is already using port 4200:Proposed solution
Have
build
accept a--port
flag the same way thatserve
does.It might also be nice if by default
build
used a different portAlternatives considered
As a workaround, I moved my other running service to a different port. Not a difficult solution, but also not the most ideal.
The text was updated successfully, but these errors were encountered: