tediousjs / node-mssql

Microsoft SQL Server client for Node.js
https://tediousjs.github.io/node-mssql
MIT License
2.23k stars 466 forks source link

Version of @azure/msal-node package in MSSQL is causing compatibility issue in Node version v20 #1581

Closed lintinp closed 10 months ago

lintinp commented 10 months ago

I am trying to use the MSSQL node package for connecting to SQL server. Currently we are using the node version 20.6.1 which is causing failure when we build the solution as the "@azure/msal-node" seems to be not compatible with the latest node version. Below is the error message I am getting due to the version compatibility while building the package.

Software versions

Build should be successful.