반응형
오랜만에 react 개발하면서 npm 환경 설정부터 헤매고 있다
역시 옛날 코드 쓰는 건 시간이 많이 든다
npm cache clean -f
rm -rf node_modules
우선 캐시를 삭제하고 node_modules도 제거 한 뒤에 다시 npm install && npm start 진행하기
yarn 캐시 삭제는 아래와 같이 입력해주시면 됩니다.
yarn cache clean
반응형
오랜만에 react 개발하면서 npm 환경 설정부터 헤매고 있다
역시 옛날 코드 쓰는 건 시간이 많이 든다
npm cache clean -f
rm -rf node_modules
우선 캐시를 삭제하고 node_modules도 제거 한 뒤에 다시 npm install && npm start 진행하기
yarn 캐시 삭제는 아래와 같이 입력해주시면 됩니다.
yarn cache clean