npx create-react-app로 리액트 프로젝트 생성 시 아래처럼 오류가 날 경우, 해결방법

npm ERR! code 1
npm ERR! path C:\Users\jjagu\Desktop\react
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ""create-react-app" "myapp""

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\jjagu\AppData\Local\npm-cache\_logs\2020-10-27T02_49_57_984Z-debug.log

해결법

C:\Users\jjagu\AppData\Local\npm-cache

해당 폴더로 이동해서 캐쉬 삭제

완료

Leave a comment

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다