コンパイラかく語りき

import { Fun } from 'programming'

Windows

Window環境にて EPERM: operation not permitted, unlink エラーが出て npm install/uninstall ができない問題

Windows 環境で開発中に、npm 操作ができなくなりました。具体的には、npm install や uninstall コマンドでパッケージの追加・削除ができない。 エラー内容は EPERM: operation not permitted, unlink... で、自分の場合は node_module/.bin/craco が unlink…