#Unclear titles in terminal after attempting to add angular-material to project

12 messages · Page 1 of 1 (latest)

grand hill
#

I typed "ng add @angular/material" and received this titles in bottom of terminal. Maybe somebody has struggled with this problem. Need your tip what should i do in further

#

If I pressed Ctrl+C i see this:

rare sandal
#

Isn't that emacs ?

celest falcon
#

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).

grand hill
grand hill
#

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?

rare sandal
#

can you check "which ng"

#

look like you have an alias or the ng is not pointing to an angular-cli

grand hill