반응형
internal/modules/cjs/loader.js:582 throw err
해결방법
- Delete the node_modules directory
- Delete the package-lock.json file
- Run npm install
- Run npm start
명령어는 하단 참조
rm -rf node_modules package-lock.json && npm install && npm start
반응형
LIST
댓글