ErrorLog

[PowerShell] UnauthorizedAccess

ihl 2021. 5. 14. 21:00

error

  nest-cli를 window 내의 vscode powershell 환경에서 사용하였더니 위와 같은 오류가 발생하였다. 이럴 때는 다음과 같이 진행해보자

 

PowerShell

  1. 관리자 권한으로 PowerShell 실행하기

  2. Set-ExecutionPolicy RemoteSigned 입력 > Y

 

이후 Get-ExecutionPolicy를 입력하여 정책이 RemoteSigned로 바뀌었다면 성공이다!