HilscherAutomation / netPI-nodered-fieldbus

Sources of Dockerfile generated Docker image "Node-RED + Fieldbus node" for Hilscher netPI or Pi 3 + NHAT 52-RTE devices
Other
9 stars 1 forks source link

No compatibility with Nodejs 12 #1

Closed lemariva closed 4 years ago

lemariva commented 5 years ago

Nodejs 8.x LTS is almost at the end of the life-cycle. I tried to update the project to Nodejs 12.x but the compiled binary fieldbus.node -fieldbusDLL- is not compatible. When are you planning to update this file? or Is it possible to get the source code to compile it?

hilschernetpi commented 5 years ago

Well, right now I see that not even Node-RED supports nodejs 12.x if I look here https://nodered.org/docs/faq/node-versions. So we will be thinking of nodejs version 12.x support if they change the status to supported or recommended. And right now I don't see the invest time into current version 10.x even if recommended since I see no advantage in doing so. Did you test 10.x by the way?

lemariva commented 5 years ago

Thank you for your prompt reply! I tested nodejs 10.x and 12.x and nodered@1.0.2 worked on both versions without any problem, but the fieldbus.node didn't work. Then, I chose v12.x because of the multithread support (on 10.x is only experimental).

Is there any chance to get the source code of the fieldbus.node to compile it myself? Thanks in advance!

hilschernetpi commented 5 years ago

Since V8.x is EOL in January, I agree to look forward for a V12.x support. I gonna see to trigger now a recompilation of the sources and support for V12.x

hilschernetpi commented 4 years ago

I have now added nodejs V12.x compatibility.

lemariva commented 4 years ago

Thanks!