-
Notifications
You must be signed in to change notification settings - Fork 12k
'ng' commands continue to be very slow to START executiing #3484
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
Comments
There is a LOT of requires done when you start the command. We are working on this. Although #3199 is tracking install time, I also reduced significantly the amount work (from 5 seconds to 3 when developing locally, where we also compile TS). I'm closing this as this is vague, but I added a point to that issue to drop bootstrap time as well. |
@hansl , I want to be clear this is not about execution times of various commands. As indicated, this is about starting execution. Is that what you're referring to by 'bootstrap time'? Thanks! |
Yes. |
Why not add a terminal mode to cli, such as "ng term" which just opens a prompt into which you can type several commands? this would "solve" the startup time issue with very little effort. |
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. |
OS?
Versions.
Repro steps.
The log given by the failure. : Not applicable
Mention any other details that might be useful.
I've mentioned this before in #2791 (for ng --version). Continues to be an issue for every command. Not sure if this is a bug or something quirky with my iMac. I don't experience it for any other NPM package. The was happening in previous version of cli AND Yosemite as well.
NOTE: I've un/re installed multiple times.
The text was updated successfully, but these errors were encountered: