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
'General > React⚛️' 카테고리의 다른 글
CSS-in-JS (1) | 2025.05.06 |
---|---|
[React] Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. (0) | 2025.04.28 |