-
Notifications
You must be signed in to change notification settings - Fork 14
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
[node-red-node-ui-table] Node module cannot be loaded on this version. Requires: >=3.0.0 #49
Comments
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]>
Thanks for your first contribution @kellycampbell!🎉 The Dockerfile in everest-core will be removed with EVerest/everest-core#816, so could be your PR is deprecated after merging this one.. I could reproduce the issue and tried your fix, it works! I would agree on staying with I think it would make sense to pin the version of all extensions to prevent such bugs in future, which would be at the moment:
Could you please udpate your PRs? |
Updated the PR here. Did you still want me to update the other PR since that file will be going away soon anyway? |
I get this warning when trying to run the simulator as described at https://everest.github.io/nightly/general/03_quick_start_guide.html#software-in-a-loop
and the UI doesn't load properly.
I tried updating the Dockerfile to use the latest
node-red:4.0.3
and it seems to work fine but not sure if this would cause other issues elsewhere. Pinning[email protected]
also works.The text was updated successfully, but these errors were encountered: