General/React⚛️

yarn 설치 오류 (Internal Error: EPERM: operation not permitted)

개발자겨려 2025. 5. 6. 11:41

yarn 설치후 yarn 명령어 인식 안되어서 해결 방법을 찾아 아래처럼 실행 하였지만

corepack enable
corepack prepare yarn@stable --activate

 

Internal Error: EPERM: operation not permitted 에러 발생..

 

 

🔥해결 방법

시작 메뉴 > PowerShell 우클릭 > "관리자 권한으로 실행" 클릭.

다시 아래 명령어 실행:

corepack enable
corepack prepare yarn@stable --activate

 

 

 

이제 yarn -v로 Yarn이 설치됐는지 확인

yarn -v