“Can't resolve 'react-icons/fa'” Code Answer’s

It is possible to solve the error : Can't resolve 'react-icons, by making sure to install the react-icons package. For this open your terminal in the root of your project directory and then run the command npm install react-icons and restart your dev server.
Open the terminal in the root of your project directory and use the command:

install react icon

on Jan 01, 1970
npm install react-icons --save

Add Comment

0

Can't resolve 'react-icons/fa'

on Jan 01, 1970
yarn add react-icons
# or
npm install react-icons --save

Add Comment

0

react icons

on Jan 01, 1970
npm i react-icons

Add Comment

0

This will add the react-icons package to your project.
Sure that you have to restart your development server.
Now you should be able to use and import the react-icons.
If there is still found an error, delete your package-lock.json and node_modules and restart your IDE.

Shell/Bash answers related to "react icons fa"

View All Shell/Bash queries

Shell/Bash queries related to "react icons fa"

Browse Other Code Languages

CodeProZone