EvenAR / node-simconnect

A cross platform SimConnect client library for Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-simconnect Does not compile against the latest NODE_MODULE_VERSION

opened this issue · comments

Hey!

It seems as though the latest node-simconnect (canary) version doesn't compile against the latest NODE_MODULE_VERSION, or any past v72. This is problematic as it will not work with any recent version of Electron or Node.

Compiling with electron-rebuild gives the same errors.

Here is a pastebin of the log (at the bottom is what happens when I try to run the application):
https://pastebin.com/zJ0y7fw4

check #6
solved if you use the "upgrades" branch

I'm closing this as the new version works natively with Electron (no custom build needed).