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

Pin node-red dependencies in nodered Dockerfile #50

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

kellycampbell
Copy link
Contributor

This fixes a new issue which node-red-node-ui-table 0.4.4 added which causes this warning and the UI no longer loads:

Node module cannot be loaded on this version. Requires: >=3.0.0

Fixes #49

This fixes a new issue which node-red-node-ui-table 0.4.4 added which causes this warning and the UI no longer loads:
    
    Node module cannot be loaded on this version. Requires: >=3.0.0

Fixes EVerest#49

Signed-off-by: Kelly Campbell <[email protected]>
Copy link
Contributor

@andistorm andistorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please pin the versions of the other extensions too, see #49 (comment)

@kellycampbell kellycampbell changed the title Pin node-red-node-ui-table to 0.4.3 in Dockerfile Pin node-red dependencies in nodered Dockerfile Oct 8, 2024
Copy link
Contributor

@andistorm andistorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐧

@andistorm andistorm merged commit 55b790e into EVerest:main Oct 11, 2024
7 of 11 checks passed
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

Successfully merging this pull request may close these issues.

[node-red-node-ui-table] Node module cannot be loaded on this version. Requires: >=3.0.0
3 participants