Skip to content
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

Raise allowed version of node-red? #27

Closed
colinl opened this issue Mar 4, 2023 · 2 comments
Closed

Raise allowed version of node-red? #27

colinl opened this issue Mar 4, 2023 · 2 comments

Comments

@colinl
Copy link

colinl commented Mar 4, 2023

Currently package.json specifies

  "node-red": {
    "version": ">=2.0.0 <=3.0.2",

I have hacked that locally to allow 3.1 Beta to be used and (for me at least) it runs ok.
Would it be appropriate to increase the allowed version in package.json?

In fact I suggest it should be ok to allow <4.0.0 as the node-red team is very careful when it comes to backwards compatibility, so I think the chance of this causing problems is small.

@mkellner
Copy link

The default windows install of node-red was v3.1.0. The subsequent install of node-red-mcu-plugin failed:

14 Sep 14:56:44 - [warn] [@ralphwetzel/node-red-mcu-plugin] Node module cannot be loaded on this version. Requires: >=2.0.0 <=3.0.2

Can you please increase the version?

Thank you

@ralphwetzel
Copy link
Owner

v1.4 now supports NR 3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants