tediousjs / node-mssql

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

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

Closed lintinp closed 1 year ago

lintinp commented 1 year 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.