반응형
문제
git create vite frontend -- --template react
위 명령어로 react 프로젝트를 생성하려는 도중에 아래와 같은 오류가 떴다.
git: 'create' is not a git command. See 'git --help'. The most similar command is reset
해결
npm create vite frontend -- --template react
첫 명령어가 git이 아닌, npm이다.
익숙함을 경계하자.. 혹시 찾을 사람이 있을까봐 올려둔다.
반응형
댓글