-1

I am trying to install @angular/cli using npm. Below error I am getting while I am trying to install. What can I do for it?enter image description here

Debasish Halder
  • 173
  • 3
  • 12

1 Answers1

0

Seems that problem is in env variables of nodejs. Try set properly path to nodejs

SET PATH=C:\Program Files\Nodejs;%PATH%
Maxim Kasyanov
  • 938
  • 5
  • 14