私は走った
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
すると問題が解決しました。