0

While I am installing angular in the node

"npm install -g @angular/cli"

shows the following error:

Error no: EACCES

glinda93
  • 5,694
  • 3
  • 29
  • 53

1 Answers1

0

This is an access problem on the OS level. Be sure, that your user has read and write access in the target folder. A dirty workaround would be to start the terminal 'as an admin' and execute the command there as an admin..

Marcell Kiss
  • 480
  • 2
  • 10