vue create 명령 수행 시
vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Dev Program Files\nodejs\vue.ps1 파일을 로드할 수 없습니다. 자세한 내 용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. + vue create vuejs + FullyQualifiedErrorId : UnauthorizedAccess vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Dev Program Files\nodejs\vue.ps1 파일을 로드할 수 없습니다. 자세한 내 용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. 위치 줄:1 문자:1 + vue create vue-test + ~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
라는 에러발생
get-executionpolicy 입력
Restricted 라고 출력됨
set-executionpolicy remotesigned 입력
get-executionpolicy 입력하여 재확인
remotesigned 로 변경됨
다시
vue create 명령 수행 시 정상확인