React실행 에러1 React실행 에러 클론이나 프로젝트를 복사해서 로컬에서 실행하려할때 PS C:\Users\mhh\OneDrive\바탕 화면\sparta\week3React\w5-todolist> npm start > w4-todolist@0.1.0 start > react-scripts start 'react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 이런 에러가 난다면 react-scripts를 다시 설치해주면 된다. 설치 npm install or yarn install 설치후 다시 실행 해 보니 또 에러가 난다. 아마 이프로젝트에 필요한 라이브러리를 안깔아서 그런것같다. 다 깔고 다시 해보자. 설치 yarn add styled-components yarn add redux .. 2022. 10. 14. 이전 1 다음