강의

멘토링

커뮤니티

Inflearn Community Q&A

6andend90606's profile image
6andend90606

asked

Learn pure javascript and VueJS development through hands-on UI development

단일컴포넌트

Written on

·

232

0

단일컴포넌트 수업을 하려고 하는데 $sudo npm install vue-cli 가 실행이 되질 않습니다.. 왜 그런 건가요?

javascriptvuejs

Answer 3

1

jeonghwan님의 프로필 이미지
jeonghwan
Instructor

윈도우즈에 sudo 명령어가 없는것 같아보여요. 그럼 요렇게 설치해보시고요

npm install vue-cli

실행할때는 npx 이용해서 실행해보세요.

npx vue 

0

jeonghwan님의 프로필 이미지
jeonghwan
Instructor

아  다행네요. 👍

0

youngE님의 프로필 이미지
youngE
Questioner

해결됬습니다! 감사합니다!

6andend90606's profile image
6andend90606

asked

Ask a question