#Unclear titles in terminal after attempting to add angular-material to project
12 messages · Page 1 of 1 (latest)
Isn't that emacs ?
I think you mistyped the command. You have opened a program called "mg" (which is a editor). You can probably quit it by typing :q (or pressing enter after the ctrl+c).
No, it's Terminal PopOS
I also typed the same command in other terminals like Konsole, MATE Terminal and Terminator and I see the same view
So it looks like the default behaviour
I understood that this view is showed if my command starts from "ng". An example if i type "ng generate component components/fancyComponent" i will see this view as well
But why the command ng affect in this way, how i can fix this?
can you check "which ng"
look like you have an alias or the ng is not pointing to an angular-cli
Found this solution, it works https://askubuntu.com/a/999454