angular-electron icon indicating copy to clipboard operation
angular-electron copied to clipboard

Unable to load local files

Open wasianp0wer opened this issue 1 year ago • 1 comments

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 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. image image

✔️ 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.

wasianp0wer avatar Jun 24 '24 21:06 wasianp0wer