React

[react] npx create-react-app 설치 시 오류

박망고씨 2023. 9. 14. 10:29

 

3가지 코드로 해결했다. 

npm uninstall -g create-react-app

 

npm add create-react-app

 

npx create-react-app [프로젝트명]

 

설치 후

Happy hacking!

이렇게 뜨면 해결 완료!

 

 


출처

https://fromnowwon.tistory.com/entry/react-npx-error

저작자표시 (새창열림)