Error during quickstart deployment

When I run yarn create strapi-app my-project --quickstart I’m getting an error code of

Error: Couldn't find package "@fortawesome/free-regular-svg-icons@^5.10.2" required by "@buffetjs/styles@3.2.3" on the "npm" registry.

it tells me to go into my project and run yarn install and when I do that I still get the same error.

I am running into this issue but on mac os windows.

OS: MacOS 10.15.7 (main computer) and windows 10
DB: quickstart comes with sql but I’m going to change it to postgresql
Strapi Version whatever the quickstart is

Does anyone have any tips on what could be causing this and how I can fix it? I’ve been googling it but no solution yet.

Looking at the NPM reference for that: @fortawesome/free-regular-svg-icons - npm

The package exists so the only thing I can think of is some package proxy or cache that your npm/yarn is configured to doesn’t have it?

I still hit an error. So I found out that I need to run npm config ls -l and then go to the .npmrc and then delete everything related to font awesome and then it ran.

1 Like