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.