본문 바로가기

카테고리 없음

pull 해온 react app이 npm start 오류날 때

[Error] A complete log of this run can be found in: (velog.io)

 

[Error] A complete log of this run can be found in:

코드를 노트북으로도 작성하고 데스크탑으로도 작성해서작성한 코드를 git pull 한 이후에 동작시켜보면매번 이런 오류가 생겼다.매번 module을 삭제하고 npm update를 해주었는데를 해주면 module을

velog.io

오류내용:

npm ERR! A complete log of this run can be found in :
C : 파일경로-debug.log

해결방법:

npm cache clean --force 
npm install --cache