You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to load a font file with OpenType, was met first with the error of being "unable to load a local file". Tried to verify file access via fs, but was met with Module not found: Error: Can't resolve 'fs'. Same error also occured when I attempted to use the electron app module. I'm not so concerned about the opentype error as that's probably an issue on my end, but the fs problem seems it's probably something more, and I have been unable to find a fix for it online.
✔️ Expected Behavior
Being able to read local files via fs or opentype.
🔍 Additional context
I should mention that I had upgraded my personal fork of this project to Angular 18, I noticed the main project is still on 17.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Attempting to load a font file with OpenType, was met first with the error of being "unable to load a local file". Tried to verify file access via
fs
, but was met withModule not found: Error: Can't resolve 'fs'
. Same error also occured when I attempted to use the electronapp
module. I'm not so concerned about the opentype error as that's probably an issue on my end, but the fs problem seems it's probably something more, and I have been unable to find a fix for it online.✔️ Expected Behavior
Being able to read local files via fs or opentype.
🔍 Additional context
I should mention that I had upgraded my personal fork of this project to Angular 18, I noticed the main project is still on 17.
The text was updated successfully, but these errors were encountered: