반응형
Error
현상
EPERM: operation not permitted, rename 'D:\{your path}\workspace\{your project}\node_modules\next' -> 'D:\{your path}\workspace\{your project}\node_modules\.ignored\next'
Solution
1. npm 캐시 제거
npm cache clean --force
2. npm 업데이트
npm install -g npm@latest --force
3. npm 캐시 제거
npm cache clean --force
다시 하면 정상 동작함.
끝.
Thank you!
반응형