-
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
Better CLI feedback for e.g. ng serve. #20957
Comments
Is the progress option disabled by any chance? If progress, is enabled feedback should be pretty quick. |
What exactly do you mean? I cannot find any process option. Where can I find this option? |
Just want to confirm that you are not turning this |
What @infacto is trying to say is that there is a delay between the time we execute |
@infacto, I didn’t realise it was an animated GIF 😅 I have some ideas in mind which I am hoping to explore soon to tackle this issue. |
Haha, exactly this is the problem here. 😄 It appears frozen. |
…n console With this change we provide earlier feedback in the console during a build. The setup phase can take some times if the project has a large set of dependencies. We also move several warnings in the dev-server to an earlier phase so that we don't clutter the progress indicator. Closes #20957
…n console With this change we provide earlier feedback in the console during a build. The setup phase can take some times if the project has a large set of dependencies. We also move several warnings in the dev-server to an earlier phase so that we don't clutter the progress indicator. Closes #20957 (cherry picked from commit f9acdc7)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🚀 Improvement / Bug report / Feature request.
Command
Description
Just a small request:
ng serve
(and maybe all other commands) should print some text instantly after the command is executed.You can see that after enter
ng serve
there is a long waiting time without any response. Appears to be dead. Annoying.I would prefer an initial message directly after the command was entered. Something like:
This text comes from the docs. But we could also just print:
Preparing...
or the joke of the day.Seriously, no response feedback on command execution feels weird and seems to be frozen.
Maybe this should be implemented on all commands?
The text was updated successfully, but these errors were encountered: