powerShell에서 vue 관련 명령어 입력시
CategoryInfo : 보안 오류: (:) [], PSSecurityException
FullyQualifiedErrorId : UnauthorizedAccess
와 같은 오류가 발생했다
get-executionpolicy // 확인
set-executionpolicy remotesigned // 체크
get-executionpolicy // 확인
확인 단계에서 restricted -> remotesigned 으로 변경된 것을 확인하고 문제를 해결했다!!
ref
https://www.inflearn.com/questions/18112