Sushant S Samuel
Sushant S Samuel
You can use this repository https://github.com/robosushie/repro.git To repro ... npm run package / npm run make copy the generated output distributable to another pc and then run the exe file....
I have also tried the options mentioned in this comment https://github.com/webpack-contrib/node-loader/issues/12#issuecomment-334116820 but still got the same issue when testing it on a different module. I have also tried other configuration...
When are you seeing issue? which command are you running? I actually generated this project using the command "npx create-electron-app --template=webpack". In this I have only addon the addon, external,...
I did not see this in my setup, can you try with node-gyp rebuild and then package it?
Okay, I think both are necessary because this is currently mentioned in electron-forge documentation.  I will try with webpack-asset-relocator-loader and add process.dlopen and test it. Thanks