[Vue] vue/cli 프로젝트 생성 시 권한 오류

543 단어 vuevueclivue

powerShell에서 vue 관련 명령어 입력시

CategoryInfo : 보안 오류: (:) [], PSSecurityException
FullyQualifiedErrorId : UnauthorizedAccess

와 같은 오류가 발생했다




get-executionpolicy // 확인

set-executionpolicy remotesigned // 체크

get-executionpolicy // 확인

확인 단계에서 restricted -> remotesigned 으로 변경된 것을 확인하고 문제를 해결했다!!



ref
https://www.inflearn.com/questions/18112

좋은 웹페이지 즐겨찾기