Answers for "module not found: error: can't resolve '@iconify/react' in '/app/src/components'"

1

react js Module not found: Can't resolve 'folder' in 'src'

// create a jsconfig.json file in your root dir(where package.json is located) and add this:
{
  "compilerOptions": {
    "baseUrl": "src"
  }
}
Posted by: Guest on July-16-2021
0

Can't resolve 'react-icons/fa'

yarn add react-icons
# or
npm install react-icons --save
Posted by: Guest on September-18-2021

Code answers related to "module not found: error: can't resolve '@iconify/react' in '/app/src/components'"

Browse Popular Code Answers by Language