I am unable to run ng serve command on Windows 10
I have successfully installed npm and node
I am trying to install angular on Windows 10.
1- My node version is
node -v
v10.16.0
and npm version is
npm -v
6.9.0
After running command of angular cli which is
npm install -g @angular/cli
I am not able to run ng serve command. It show this error
'ng' is not recognized as an internal or external command,
operable program or batch file.
I have looked some online solutions which says to set 'PATH` but my path npm folder is empty
C:\Users\shaha\AppData\Roaming\npm
I have tried many times uninstallation and installation of nodejs but I am unable to run ng serve command. Please help me to solve this issue.