FRONTEND
-
[React] 모듈 설치가 안될 때(ERESOLVE) 해결하기 || 의존성이 대체 뭐길래..FRONTEND/React.js 2022. 10. 29. 21:28
의존성 에러 해결해보자 fade-in 애니메이션을 넣으려고 하는데 react-reveal을 사용하면 된다는 글을 보고 설치를 하려고 했더니 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: corn-cafetimes@0.1.0 npm ERR! Found: react@18.2.0 npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^15.3.0 || ^16.0..