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
App threw an error during load Error: Cannot find module '/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/native_modules//lib/node_printer.node' at webpackEmptyContext (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:8956:10) at Object../node_modules/printer/lib/printer.js (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:9002:86) at __webpack_require__ (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:21:30) at Module../src/main.js (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:10138:65) at __webpack_require__ (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:21:30) at /Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:85:18 at Object.<anonymous> (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:88:10) at Module._compile (internal/modules/cjs/loader.js:786:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10) at Module.load (internal/modules/cjs/loader.js:645:32) webpack built b17b24ad1f3cf056d7d3 in 1107ms
Preflight Checklist
Issue Details
Expected Behavior
Load the native module.
Actual Behavior
The native module is in the correct path:
/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/native_modules//lib/node_printer.node
but the app crash with this output.
App threw an error during load Error: Cannot find module '/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/native_modules//lib/node_printer.node' at webpackEmptyContext (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:8956:10) at Object../node_modules/printer/lib/printer.js (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:9002:86) at __webpack_require__ (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:21:30) at Module../src/main.js (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:10138:65) at __webpack_require__ (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:21:30) at /Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:85:18 at Object.<anonymous> (/Users/antoniomgatto/projects/electron-printer-test/.webpack/main/index.js:88:10) at Module._compile (internal/modules/cjs/loader.js:786:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10) at Module.load (internal/modules/cjs/loader.js:645:32) webpack built b17b24ad1f3cf056d7d3 in 1107ms
To Reproduce
https://github.com/antoniomgatto/electron-forge-test
Steps to reproduce the error:
Additional Information
I created this project with the command below:
N/A
The text was updated successfully, but these errors were encountered: