1. cache 삭제
npm cache clean --force
2. node_modules 삭제
rm -rf node_modules
3. package-lock.json 삭제
rm -rf package-lock.json
3. 패키지 다시 설치
npm install
4. 프로젝트 시작
npm start'Node.js' 카테고리의 다른 글
| [npm/에러해결] npm ERR! code EEXIST (0) | 2022.06.30 |
|---|---|
| [npx] 저장소에 있는 프로젝트 버전 없이 클론하기 (0) | 2022.06.20 |
| [Node.js] nvm 설치방법 (0) | 2022.05.26 |
| [Node.js] Node.js란? (0) | 2022.05.26 |
| [Node.js] npm(Node Package Manager) 정리 (0) | 2022.05.26 |
댓글