개발/Today I Learned
degit 으로 git 에 있는 프로젝트 가져오기 (degit: command not found 해결)
SlowButSteady
2023. 2. 13. 12:13
728x90
bash: degit: command not found
에러가 떠서 왜 그런가 했더니 node 설치가 안돼서 그런거였다.
설치
npm i -g degit
degit
degit [클론받을 프로젝트 url] [다운받을 디렉토리명]
하고 폴더 열거나 cd 디렉토리명 해주면 된다!