I am trying to run an Angular project and to do that I have installed node, yarn and angular cli. After installing angular cli using command: yarn global add @angular/cli
it said that success: Installed "@angular/cli@1.7.4" with binaries: - ng
.
But when I am trying to create a project using ng
it said Command 'ng' not found
.
The output of node -v
: 8.11.1
yarn -v
: 1.6.0
My Ubuntu version is 18.04
Please help, I am very much new to Ubuntu.
The output of yarn global bin
: /home/amrinder/.yarn/bin
yarn global bin
output? – Suraj Rao May 02 '18 at 10:43