Ido Ayal

Results 6 comments of Ido Ayal

I had the same issue with the exact error of @theodorDiaconu ,[ indeed updating spectron and electron](https://github.com/TommyX12/VIR/pull/8) did the trick. Thanks.

Try https://github.com/nuintun/node-adodb/issues/85#issuecomment-1207226254 Try changing the provider: Provider=Microsoft.ACE.OLEDB.12.0 To: Provider=Microsoft.Jet.OLEDB.4.0

Full error details: npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/typescript npm ERR! dev...

I have the same issue, one time when I tried to build an Electron app with --watch, and at the same time, when running a subprocess while building a Python...

In my case, I was running the same commands for months and it worked perfectly fine. Suddenly it stopped working, and I received the spawn error message. My colleagues who...