Node-RED Standalone Executable

FWIW:

pkg embeds the node runtime, so that machines that is to run the executable, will not need nodejs to be installed.

As for configuring its environment at run time - you can pass any node-red command to it.

Portable-NR.exe --userDir ./Home --port 5000

You can actually embed your User DIR folder also.
but the flow will become read only, and deploys will fail, so its a final stage approach if you do that.

see my comment here:

I understand now about the PC version and what was happening. Thanks to everyone for the explanations.

Does anyone have any advice on how to resolve the issue I mentioned with creating the binary for the rpi zero?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.