-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Error for a font that doesn't exist #29302
Replies: 2 comments · 1 reply
-
run this command in your project (it might be slow) grep -r "FiraCode-VF.woff2" . It will tell you which files contain a call to this font I encountered the same issue and found this font in the build (no idea how it got there 🤷♂️) |
Beta Was this translation helpful? Give feedback.
All reactions
-
In my case, it's coming from this file, so it's not related to cypress |
Beta Was this translation helpful? Give feedback.
All reactions
-
Code Details
/**
/** /**
/*
|
Beta Was this translation helpful? Give feedback.
-
When I try to run cypress I am now getting and error regarding a font that is not part of our application at all. I have no idea where its coming from (can't even find it in node_modules).
The only thing worth noting is that we added Axios and ApiSauce to our project.
Any ideas what is causing this and how to fix it? I already have a line in my webpack5 config
Beta Was this translation helpful? Give feedback.
All reactions