I have Angular2 app running with 5 minute setup project. Once the lite-server starts running (after npm start) the console's cursor is not responsive to commands anymore. Is there a way to interrupt the lite server to download additional packages within the same process? Or is the only way to terminate the current process (Ctrl+C) and then restart lite server again after packages were loaded?
Asked
Active
Viewed 27 times
0
-
Have you considered just opening another terminal? – Paul Samsotha Oct 12 '16 at 06:58
-
thank you, I have no issues working with 2 terminals if that's how it's meant to be – Turo Oct 14 '16 at 05:21