저장소의 서버와 ui를 통합해서 구성하고 커밋 정리후.. 실행을 시켜보는데
서버까진 완료인데 이상하게 ui가 실행되지 않았다.
reacct-scripts를 찾을수 없단다.
react-scripts: command not found
아래 명령으로 해결했다.
yarn add react-scripts ~ npm install -save react-scripts
npm install -save react-scripts
저장소의 서버와 ui를 통합해서 구성하고 커밋 정리후.. 실행을 시켜보는데
서버까진 완료인데 이상하게 ui가 실행되지 않았다.
reacct-scripts를 찾을수 없단다.
react-scripts: command not found
아래 명령으로 해결했다.
yarn add react-scripts ~ npm install -save react-scripts
npm install -save react-scripts