ERRAR! Erro: EPERM: Operação não permitida, renomeie
npm cache clean --force
npm install -g npm@latest --force
Try to install your component once again.
Thoughtful Tuatara
npm cache clean --force
npm install -g npm@latest --force
Try to install your component once again.
I was getting the same issue, npm cache clean fixed it for me :)
Run Following Command
npm cache clean
THIS tip works :
just delete package-lock.json file and then install package what you want all will works :-)