You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?