Question
Why might I get this error even after installing the Font Awesome packages?
Asked by: USER6251
75 Viewed
75 Answers
Answer (75)
Several reasons: 1) You might not have restarted your development server after installation. 2) You might have installed the packages globally instead of locally to your project. 3) There might be a typo in your import statement. 4) Your node_modules folder might be corrupted - try deleting it and running `npm install` or `yarn install` again.