You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this issue in @azure/core-rest-pipeline that talks about breaking compatibility with node.js 14.x without increasing their major version number: Azure/azure-sdk-for-js#28918
Software versions
NodeJS: 14.17.6
node-mssql: 9.3.2
The text was updated successfully, but these errors were encountered:
Unfortunately this isn't a package we control, so we can't make a fix to it - if dependencies break things it needs to be raised with the upstream package. Even more relevant is that it's a dependency of tedious and not this package, so we can't even hard pin to a version in our deps.
In the meantime you'll need to override the dependency resolution locally to keep it working.
Expected behaviour:
Installing version 9.x should work with node.js v14.x.
Actual behaviour:
After requiring the package in code, an error is thrown:
I came across this issue in @azure/core-rest-pipeline that talks about breaking compatibility with node.js 14.x without increasing their major version number: Azure/azure-sdk-for-js#28918
Software versions
The text was updated successfully, but these errors were encountered: