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.
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!