I’m trying to use the node-printer in an electron application in Windows, but I get this error when trying to import the module
Uncaught Error: A dynamic link library (DLL) initialization routine failed.
\\?\C:\Users\Jdash\Documents\GitLab\ezparking\node_modules\printer\build\Release\node_printer.node
Outside electron the node-printer module works fine for my examples.
Can I have some advice on how to solve this?