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
hey, iam working on to create a electron tray app, for printing . iam currently using node 18, and this package is not installing,
and even when i install it through node 14, my app is throwing this error =
$ npm start
printease@1.0.0 start D:\tongadive\printease
electron .
App threw an error during load
Error: \?\D:\tongadive\printease\node_modules\printer\lib\node_printer.node is not a valid Win32 application.
\?\D:\tongadive\printease\node_modules\printer\lib\node_printer.node
at process.func [as dlopen] (node:electron/js2c/node_init:2:2559)
at Module._extensions..node (node:internal/modules/cjs/loader:1602:18)
at Object.func [as .node] (node:electron/js2c/node_init:2:2559)
at Module.load (node:internal/modules/cjs/loader:1295:32)
at Module._load (node:internal/modules/cjs/loader:1111:12)
at c._load (node:electron/js2c/node_init:2:16955)
at Module.require (node:internal/modules/cjs/loader:1318:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\tongadive\printease\node_modules\printer\lib\printer.js:10:22)
at Module._compile (node:internal/modules/cjs/loader:1484:14)
I got this error when I try to run my Electron app :
MacOS 10.15.6
Electron 10.1.3
Node 12.19.0
"@electron-forge/cli": "^6.0.0-beta.53",
I run my app to do :
Have you an idea how to solve this? Thanks
The text was updated successfully, but these errors were encountered: