Develop

[React] vs code에서 yarn start 에러

oaho 2024. 4. 1. 22:01
반응형

yarn을 설치하고 난뒤 yarn start 을 입력했을 때 다음과 같은 에러가 발생했다.

 

 

해결방법

Windows PowerShell 켜기

 

명령어 : ExecutionPolicy

 

명령어:  Set-ExecutionPolicy Unrestricted

 

-> Y 입력

 

-> 또 오류 발생 ...

 

=> 해결방법

 

명령어 : Set-ExecutionPolicy -Scope CurrentUser

 

-> Y 입력

 

해결!!!!

반응형