Post

An unexpected error occurred: EPERM operation not permitted in

⛔문제상황

yarn을 이용해 next-auth를 설치하려고 하자 다음과 같은 오류가 발생했다.

error An unexpected error occurred: “EPERM: operation not permitted, unlink ‘C:\Users\\node_modules\@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node’”. info If you think this is a bug, please open a bug report with the information provided in “C:\Users\yarn-error.log”.

✅해결

vs code를 껐다가, 재시도 하니 에러가 사라졌다! dev 서버를 중지하고 재시도 해도 되는 듯 하다.

🗂️참고 사이트

This post is licensed under CC BY 4.0 by the author.