Running the command npm install -g @angular/cli
in git bash
does not provide any feedback; it appears to be frozen!
More Information
If I run the following commands, I receive feedback:
$ npm -v
5.5.1
$ node -v
v8.9.3
However, running npm install -g @angular/cli
shows nothing, nor a prompt for more input. It appears to be processing something, but does not show me the installation progress as it normally does.