Horje
Command 'ng' not found, but can be installed with: Code Example
command ng not found
npm i -g @angular/cli
Command 'ng' not found, but can be installed with:
The issue is simple, npm doesn't know about ng

Just run npm link @angular/cli and it should work seamlessly.
ng command not found
npm link @angular/cli
Source: medium.com




Shell

Related
run a command x number of times linux Code Example run a command x number of times linux Code Example
how to set up a git repo on terminal Code Example how to set up a git repo on terminal Code Example
how to open matlab in ubuntu Code Example how to open matlab in ubuntu Code Example
kill :80 port Code Example kill :80 port Code Example
ubuntu gpg 2 Code Example ubuntu gpg 2 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16