강의

멘토링

로드맵

Inflearn Community Q&A

gcy's profile image
gcy

asked

Svelte Introductory Course - A to Z

Data Definition

오류가 나요

Written on

·

298

0

npx degit sveltejs/template data-define  를 하였는데 ! could not find commit hash for master <= 이런 오류가 나는건 어떡하나요?

svelte

Answer 1

0

beomy님의 프로필 이미지
beomy
Instructor

node.js가 설치되어 있는나요? npx는 node.js 5.2이상 부터 지원합니다. 터미널에서 node -v로 node.js 버전 확인 부탁드립니다.

node.js가 설치되었는데도 에러가 발생한다면,  에러 문구로 유추해 보면

sveltejs/template 부분에 오탈자가 있는지 확인 부탁드립니다.

gcy's profile image
gcy

asked

Ask a question