-
Notifications
You must be signed in to change notification settings - Fork 399
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
Update Node-Red-Standalone to 3.0.2-18 #693
Conversation
Appreciate the PR @oren-z0. Node 14 might be deprecated but the docker images built are still functioning and supported. Updating it might be not necessary at this point unless you have faced any issues while running the app which is specific to node version 14 requiring this update. Do share a screenshot of the issue faced, will help better understand. Both Images are being maintained similarly. |
Thanks @IMPranshu I wanted to use @nostr-dev-kit/ndk which depends on @noble/hashes, which requires the engine to be >= 16: |
Oh, good call @oren-z0. Looks like 16.x is recommended by Node-Red https://nodered.org/docs/faq/node-versions anyways. You okay going with 16 or would you rather see the bump all the way to 18? Also, how are you finding ndk? I'm currently using nostr-tools and curious to here about experience with other tools. |
Thanks @nmfretz , NDK is cool, does a lot of work for you, like all the multi-step procedure for creating a "zap" (a single Check out this bot: http://damus.io/npub1qm05ghrt2xuc970rxpsuchs504ah4rllxsgevdyjc0v5uha77m6qujz78x |
NodeJS 14 is deprecated. This version uses NodeJS 18 instead.
Sound good to me @oren-z0, thanks for keeping on top of this. I have tested on arm64 and amd64 and we are good to go live. FYI, I tweaked the release notes and pushed to your fork, just so you're aware for potential future merge conflicts.
I just tested this. You are the king of bots!
Ah I see, ya thanks for the breakdown. It's such early days with these tools that it's often hard to use them out-of-the-box without modifying for your specific use case. I have found similar quirks when using nostr-tools. |
NodeJS 14 is deprecated. This version uses NodeJS 18 instead.
Tested on Raspberry Pi.