3가지 코드로 해결했다.
npm uninstall -g create-react-app
npm add create-react-app
npx create-react-app [프로젝트명]
설치 후
Happy hacking!
이렇게 뜨면 해결 완료!
출처
3가지 코드로 해결했다.
npm uninstall -g create-react-app
npm add create-react-app
npx create-react-app [프로젝트명]
설치 후
Happy hacking!
이렇게 뜨면 해결 완료!
출처