강의

멘토링

커뮤니티

Inflearn Community Q&A

gun50004211's profile image
gun50004211

asked

Learn Vue.js 3 with Projects

01 Installing a Vue Project

vue CLI 설치 관련 문의드립니다.

Written on

·

581

0

현재 vue installation 페이지가 없어서

아래 페이지를 참고 하고 있습니다.

https://vuejs.org/guide/quick-start.html#creating-a-vue-application

 

하여 node.js 설치 후 강의에 가이드해주신대로 설치하니,

아래와 같은 에러가 발생합니다.

어떻게 진행해야되는지 답변 부탁드립니다.

 

vue.js웹앱vuex

Answer 1

0

kossiecoder님의 프로필 이미지
kossiecoder
Instructor

https://vuejs.org/guide/quick-start.html

npm init vue@latest로 해보시겠어요?

gun50004211's profile image
gun50004211

asked

Ask a question