리덕스 폰트어썸 오류 발생

nevermind·2022년 8월 2일
0
post-custom-banner

리덕스 과제를 하던중 폰트어썸을 써야지😺 하고 설치를 하던 중이었다..

npm i @fortawesome/fontawesome-svg-core

으잉? 이게 뭐지 하고 찾아보던 중 더 설치를 해야한다고 봐서

$ npm i @fortawesome/fontawesome-svg-core
$ npm i @fortawesome/free-solid-svg-icons @fortawesome/free-regular-svg-icons @fortawesome/free-brands-svg-icons
$ npm i @fortawesome/react-fontawesome

이렇게 설치하고 왔더니


...뭐가 더 생겨버렸다..ㅠㅠ

yarn add @emotion/is-prop-valid
yarn add react-is

계속 설치했지만 더 에러창이 뜨는 상황..


해결방법!

1. npm i @emotion/react @emotion/styled

Solution 1: Install emotion react and emotion styled
Here you just need to install emotion react and emotion styled So Just run this comman in your terminal.

2. npm install @emotion/react --save

Solution 2: Install emotion react
Try to install emotion react dependency Just run this command.

출처: https://exerror.com/module-not-found-cant-resolve-emotion-react-in-ereactnfcnode_modulesmuistyled-engine/

profile
winwin
post-custom-banner

0개의 댓글