I'm trying to use your template as the ground of my application. I would like to create database calls with the npm package msnodesqlv8. However, simply npm installing this module will make sure the command electron-forge start doesn't work anymore. I've tried to nail this down but I'm not quite there yet. I think the problem lies in the fact that electron-prebuilt-compile version 1.7.8 is being used. I've also tried to update that package to see if that helps but then I get different errors.
Could you please update the template with more recent package versions?
Apologies, just now seeing this. Let me set some time aside to update this to the latest. May have to drop Electron Forge, unless they finally released the latest they were working on.
Hi!
I'm trying to use your template as the ground of my application. I would like to create database calls with the npm package msnodesqlv8. However, simply npm installing this module will make sure the command
electron-forge start
doesn't work anymore. I've tried to nail this down but I'm not quite there yet. I think the problem lies in the fact thatelectron-prebuilt-compile
version 1.7.8 is being used. I've also tried to update that package to see if that helps but then I get different errors.Could you please update the template with more recent package versions?