준준의 기록일지

[reactJS] git clone 시 node module 없는 문제 본문

스프링 프로젝트 (+react)

[reactJS] git clone 시 node module 없는 문제

junjunwon 2020. 10. 17. 11:32

"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."




npm start runs a script that the app maker built for easy starting of the app npm install installs all the packages in package.json

run npm install first

then run npm start

 

출처 : stackoverflow.com/questions/50355263/local-package-json-exists-but-node-modules-missing

'스프링 프로젝트 (+react)' 카테고리의 다른 글

[react] 컴포넌트 LifeCycle  (0) 2020.11.04
[mysql] workbench 열람 권한  (0) 2020.10.26
[reactJS] 이벤트  (0) 2020.10.15
[reactJS] state  (0) 2020.10.14
[reactJS] 컴포넌트 만들기.  (0) 2020.10.14