79385538

Date: 2025-01-24 20:24:08
Score: 0.5
Natty:
Report link

I had this problem for a electron-vite project

What I had to understand was that

Even though :

The node "module" version were still different 125(electron) and 115(node)

Now the tricky part is that in development my electron environment is run on Node(node command) and in packaged production it is run on electron ( electron command)

So what i had to do was have 2 versions of my native modules

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: balui