Report this

What is the reason for this report?

How to use Fontawesome Pro in App Platform?

Posted on July 30, 2021

Hello,

How do I use Fontawesome 5 PRO in an App? I get this error in the log,

  • [2021-07-30 16:28:32] ModuleNotFoundError: Module not found: Error: Can’t resolve ‘@fortawesome/fontawesome-svg-core’ in ‘/workspace/pages’

I believe the issue is that I haven’t verified myself like they say you have to.

How do I fix this?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

What you could do is to create a .npmrc file with the following content:

@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}

And then commit it to your repository.

Make sure not to change the ${FONTAWESOME_NPM_AUTH_TOKEN}

Then in your App Platform, you could pass the FONTAWESOME_NPM_AUTH_TOKEN as an environment variable as described here:

https://docs.digitalocean.com/products/app-platform/how-to/use-environment-variables/

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.