728x90
vue
vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\User\AppData\Roaming\npm\vue.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.
위치 줄:1 문자:1
+ vue
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
다음과 같이 vue 설치 후 에러가 뜰때 해결 방법이다. window 10환경에서 에러가 났다.
powershell을 관리자권한으로 실행시킨 뒤 다음 명령어들을 입력한다.
get-executionpolicy
set-executionpolicy remotesigned
get-executionpolicy
입력한 뒤 다시터미널을 재기동하여 vue를 친 결과 정상적으로 나오는 것을 확인할 수 있다.
vue
Usage: vue <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init generate a new project from a template
list list available official templates
build prototype a new project
create (for v3 warning only)
help [cmd] display help for [cmd]
도움이 되셨다면 댓글과 공감해주시면 감사드리겠습니다!!
728x90
'ETC > 에러 모음' 카테고리의 다른 글
Pyautogui 클릭이 안될때 (0) | 2020.11.22 |
---|---|
No module named 'pkg_resources.py2_warn' 에러 해결 (0) | 2020.11.16 |
pip install dlib error 해결 방법 (0) | 2020.10.26 |
LightSail 403 Access enide Error 해결방법 (0) | 2020.09.07 |
PyQt time sleep error 해결 및 구현 (0) | 2020.08.16 |