Why might I get this error even after installing the Font Awesome packages?

Responsive Ad Header

Question

Grade: Education Subject: Support
Why might I get this error even after installing the Font Awesome packages?
Asked by:
75 Viewed 75 Answers

Answer (75)

Best Answer
(345)
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.