나는 달렸다
npm config set prefix /usr/local
해당 명령을 실행 한 후 Windows OS에서 npm 명령을 실행하려고하면 계속해서 아래와 같은 메시지가 표시됩니다.
Error: EPERM: operation not permitted, mkdir 'C:\Program Files (x86)\Git\local'
at Error (native)
에서 모든 파일을 삭제했습니다.
C:\Users\<your username>\.config\configstore\
그것은 작동하지 않았다.
어떠한 제안 ?
npm cache clean --force
는 나를 위해 문제를 해결했습니다.