While I am installing angular in the node
"npm install -g @angular/cli"
shows the following error:
Error no: EACCES
While I am installing angular in the node
"npm install -g @angular/cli"
shows the following error:
Error no: EACCES
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..