0
I’m learning to work with Angular and I’m in trouble here.
I am trying to create a new folder using the command ng new "nome da pasta"
, but the message is coming
The 'ng' program is not currently installed. You can install it by typing: sudo apt-get install ng-common`
https://github.com/angular/angular-cli/issues/7735#issuecomment-345546822
– Jéf Bueno
I tried all this, but the message keeps coming...
– Cris.tal
Maybe you need to get in the right directory. It has happened to me that sometimes I’m not pointing to the right directory at the command prompt and have to go back one or forward.
– Gabriela Mendonça