웹/React

npx create-react-app 오류 , 작동하지 않을 때

은은하게미친자 2023. 10. 31. 13:50
728x90

 create-react-app 제거 후 재설치 해보자
  
 npm uninstall -g create-react-app  
 npm install -g create-react-app  
  
 create-react-app 재실행  

 npx create-react-app my-app  

 

728x90