SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
249 stars 73 forks source link

Problem with node 20.10 LTS #316

Closed pagyx93 closed 6 months ago

pagyx93 commented 6 months ago

Hi, thank you for this package. I used it regurarly until Node 18 LTS. Now I was trying to upgrade my app for switch to Node 20. Installation seems to be ok, but when I create a client, on method

await client.open()

my node app crash without any message.

During installation of the package I saw a warning that refer to @azure/msal-node that said this package is not compatible with Node 20. Is possibile that problem depends from this package? Any other suggest?

Additoinal info: I used it on windows 64bit platform.

Thank you!

pagyx93 commented 6 months ago

Edit: I try with "building" installation mode and after that with the new binding sapnwrfc.node it works! I'm gonna close this issue, Thanks