개발관련이야기들/React
리액트(react) 실행시 오류해결
안돌이
2022. 7. 16. 11:34
저장소의 서버와 ui를 통합해서 구성하고 커밋 정리후.. 실행을 시켜보는데
서버까진 완료인데 이상하게 ui가 실행되지 않았다.
reacct-scripts를 찾을수 없단다.
react-scripts: command not found
아래 명령으로 해결했다.
yarn add react-scripts ~ npm install -save react-scripts
npm install -save react-scripts