-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not install with nodejs 20 (@azure/msal-node issue) #77
Comments
I was able to bypass the issue by manually installing the npm package and omitting the --engine-strict flag npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-mssql-plus@0.10.2 |
It may be this packages dependency @bestlong do you have time to look into this? |
@colinl |
about tedious depandency package @azure/msal-node 1.18.3 support
^2.0.0 support
upgrade is not good decision suggest downgrade use nodejs latest LTS version. |
Sorry, I did not receive a notification of your earlier message asking me to try the beta version. |
wait tediousjs/tedious#1575 PR merge |
This is long since resolved as far as I can see? |
Don't the dependencies need to be updated to make sure that the later version of tedious is installed if a user upgrades this node to the latest version? Otherwise it is necessary to uninstall this node and re-install it again. |
Yes, and that will happen (soon), but for now semver will do the job. |
Version 0.10.2 will not install with nodejs 20.4.0 on Ubuntu 20.04. The dependency @azure/msal-node requires nodejs 10,12,14,16 or 18. The error when attempting to install is
The text was updated successfully, but these errors were encountered: