When I try to install create-react-app (or nodemon) globally or even within a project, I get the following error. However, I can install other packages perfectly fine both globa
Run npm cache clean --force
and then try installing again
I was facing the same issue. Found a solution for the same.
Did you try to execute the command as administrator?