728x90
참고) https://devbirdfeet.tistory.com/3
1) 문제 프로젝트에 react-script 설치 - 터미널 열고 복붙해줬음
- npm)
npm install -save react-scripts
- yarn)
yarn add react-scripts
여까지 복붙해주니 뜨는거 확인됨.
2) 전역으로 react-scripts 라이브러리 설치하기
- npm)
npm install -g react-scripts
- yarn)
yarn add global react-scripts
3) 패키지 매니저 (yarn, npm) 업데이트
- npm)
npm update
npm start
- yarn)
yarn upgrade
yarn start
728x90
'> IT 노트 > 에러' 카테고리의 다른 글
[node.js] npm ERR! code ENOENT (0) | 2024.04.10 |
---|