react 프로젝트를 만들고
yarn install
한 다음,
yarn start
를 하려고 하는데, 에러가 났다.
구글링 해 본 결과, 권한이 없어서 일어나는 에러라고 한다.
Windows Powershell을 관리자 권한으로 실행해 준 뒤에,
get-help Set-ExecutionPolicy
를 입력하고 Y를 누른뒤에,
Set-ExecutionPolicy RemoteSigned
를 입력하고 마찬가지로 Y를 누른다.
RemoteSigned 권한이어야 잘 설치가 된다고 한다.