coding/react

(시작세팅) npx create-react-app 오류날 때

J허브 2024. 3. 15. 00:28
반응형
# create-react-app 제거 후 재설치  
npm uninstall -g create-react-app  
npm install -g create-react-app  
  
# create-react-app 재실행  
npx create-react-app my-app

 

반응형