작업을 하는데 따로 어떤 코드를 추가하지도 않았는데 갑자기 npm start를 실행하니 맞딱드린 오류
[eslint] Failed to load plugin 'jsx-a11y' declared in 'package.json » eslint-config-react-app': Cannot find module 'deep-equal'
Require stack:
- /node_modules/aria-query/lib/elementRoleMap.js
- /node_modules/aria-query/lib/index.js
- /node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-activedescendant-has-tabindex.js
- /node_modules/eslint-plugin-jsx-a11y/lib/index.js
- /node_modules/@eslint/eslintrc/dist/eslintrc.cjs
다르게 했던 부분이 있다면
다른 분 브랜치로 체크아웃해서 실행을 하려고 하니 실행이 안되서 node_modules랑 package-lock.json을 지웠었는데
(그 분 브랜치에서!)
내 브랜치로 넘어와서 npm start를 하려고 하니 해당 에러를 맞딱드렸다 ( ㅇ0ㅇ )
npm install deep-equal 도 해보고 node_modules도 삭제했다가(package-lock.json도) 다시 실행해도 안되다가
해결한 방법은
기존에 실행 잘됐었던 Package-lock.json을 그대로 복사해다가 붙여넣고 다시 npm install을 하니
다행히 정상적으로 다시 실행이 되어따
'🤪 뜨거운 맛 오류 일기' 카테고리의 다른 글
[nvm] 노드 업뎃하기 (0) | 2023.12.20 |
---|---|
react-modal: App element is not defined. / 리액트 모달쓰면서 만난 에러 (0) | 2023.07.18 |
Error: Synchronous scripts should not be used (0) | 2023.05.29 |
지긋지긋해 WebSocket connection 에러가 뭘까아아아 (0) | 2023.05.18 |
error = Cannot set headers after they are sent to the client 해결하기 (0) | 2023.05.11 |
댓글