IT/error solution
yarn start 오류 해결
올빼밋.
2022. 2. 8. 19:27
728x90
오류
yarn : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\user\AppData\Roaming\npm\yarn.ps1 파일을 로드할 수 없습니다
해결
- Windows powerShell 관리자 권한 실행
-
get-help Set-ExecutionPolicy
- Y 입력
-
Set-ExecutionPolicy RemoteSigned
- Y 입력
깔끔하게 해결
728x90