Dave Conway-Jones
Dave Conway-Jones
one comment - you wont get output from debug nodes inside a subflow - so you need to give your subflow an output and connect that to a debug outside......
I would think just a missing feature as link call capability was only added a release (or two) ago. I would only expect it to be when 100% inside a...
you can also use `npm pack` to package your code locally into an installable tgz file without having to publish it. You can then install it with `npm i your_package_name.tgz`
see here for support info - https://github.com/nodejs/Release I'd recommend upgrading as per our docs.
So OK to close this as it's trying to workaround a problem caused by unsupported version of npm ?
err - the configuration editor for the node has both server and port etc ? (In general we prefer how-to type questions via the Discourse forum or Slack leaving the...
this node is a client to talk to a stomp server that is elsewhere... it isn't a stomp server. you can add a topic (or queue) - as per the...
I suspect you will be better asking this on the general Node-RED forum as it sounds more like something specific to DietPi rather than the node itself. I seem to...
Hi @dodois Useful update but as the done capability was added later - you need to check if it exists before calling it in case someone is running a very...
Which version Pi is this ? Did you use the installation script to install it ? What does `which python` report and also `ls -lart $(which python)` ?