-
Notifications
You must be signed in to change notification settings - Fork 12k
Feature Request: ng init - to output npm installing versbosly #4549
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
At the moment npm is started by the exec-function. All output is buffered and written after return of the command. So that would not be live output. |
Superseded by #4416 |
@Meligy so the |
@benwinding correct. |
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. |
Feature Request
Show the npm installing output when the ng init command is run. Like this!
Motivation
For anyone starting with the angular-cli, the first command they typically use is
ng init
and on all platforms, this is the screen they see.This can be stuck for at least a few minutes, depending on the internet connection, which can be confusing for new users, as they don't see the familar npm installation output. Basically it makes the npm install look like it could be stuck.
How hard would it be to pipe the output from
npm install
to the angular-cli?The text was updated successfully, but these errors were encountered: