Electron Forge resolving path to node module using absolute path rather than using relative path
I’m trying to create an app that include the get-windows npm package, but I cannot distribute my app because Electron Forge is using resolving the package to an absolute path rather than a relative path, so the app fails to find the package.