1. node_modules 삭제 후 yarn install 실패
2. node_modules 삭제, package-lock.json 삭제 후 yarn install 실패
3. react, react-dom 최신 버전으로 업그레이드 성공
yarn add react
+
yarn add react-dom
'더 알아보기 > 에러' 카테고리의 다른 글
[Error] A component is changing an uncontrolled input of type checkbox to be controlled (0) | 2022.08.18 |
---|---|
[Error] document is not defined (0) | 2022.07.14 |
[Error] Module not found : Can't resolve "next/image"; (0) | 2022.02.23 |
[Error] Warning : Props 'className' did not match Server: ' ' Client: ' ' (0) | 2022.02.21 |
[Error] Parsing Error : Cannot find module 'next/babel' (0) | 2022.02.17 |
댓글