작성
·
3.1K
3
설치 에러
learn-vue-js-master> npm install -g @vue/cli
npm WARN deprecated core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size
프로젝트 생성시 에러
vue\learn-vue-js-master> vue create vue-cli
vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users
\Duksoo\AppData\Roaming\npm\vue.ps1 파일을 로드할 수 없습
니다. 자세한 내용은 about_Execution_Policies(https://go.mi
crosoft.com/fwlink/?LinkID=135170)를 참조하십시오.
위치 줄:1 문자:1
+ vue create vue-cli
+ ~~~
+ CategoryInfo : 보안 오류: (:) [], PSSecurit
yEx ception
+ FullyQualifiedErrorId : UnauthorizedAccess
답변 4
26
7
6
0
안녕하세요 keshoho님, vue cli가 잘 설치 안된 것 같은데 노드 버전이 10 버전 이상인지 확인해보시고, 다시 뷰 CLI를 설치해보시면 좋을 것 같습니다 :)