Related to ng serve opens editor instead of loading local URL
I tried to serve an app with ng serve
, the prompt output:
Command 'ng' not found, but can be installed with:
sudo apt install ng-common
But this is a text editor, not the angular cli. So now I see myself stuck on an editor harder than vi
to exit
How do I quit this? Crtl+C
, ESC+Z+Z
or \q
doesn't work