-
Notifications
You must be signed in to change notification settings - Fork 18
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
Expected minimum version of Node (>=18) should be reflected in package.json (>=12). #93
Comments
I've found a similar issue, but I am using nodejs 14.18.0. It would be ideal if you could support the older versions listed in the package.json as I am using an embedded controller and can't upgrade my firmware to get to nodejs18+ Here is the message in the log file. : |
This was too deep. I found out this would happen due to semver being too loose. Perhaps locking each dependency at patch version (using |
It's all about dependencies. So simply follow the settings of node-red. |
The package.json file expects to see a version of node >=12. A previous bug report I filed stated that the version of Node I was using (version 16) was deprecated and that I should update to 18 (or 20). I was having issues installing the mssql node.
The question is ... should package.json not reflect n >= 18 as a dependancy?
The text was updated successfully, but these errors were encountered: