-
I'm trying to setup a local development environment to be able to preview the changes I make before making a pull request. There's a problem with an npm dependency for Font Awesome. It says the package doesn't exist. Here's the output of
|
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
I believe Font Awesome errors stem from the repo using a FA secret key which is injected during the build process. For obvious reasons, this key isn't included in the actual repo. You can create a PR and Netlify will automatically generate a preview for you! |
Beta Was this translation helpful? Give feedback.
I believe Font Awesome errors stem from the repo using a FA secret key which is injected during the build process. For obvious reasons, this key isn't included in the actual repo.
You can create a PR and Netlify will automatically generate a preview for you!