I was trying to install angular/cli
using this command in Putty:
npm install -g @angular/cli
but it failed and run through these error messages:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
cound not install angular/cli
Error: ENOENT, stat 'angular/cli'
How to fix this issue? TIA