noflo / noflo-nodejs

Command-line tool for running NoFlo programs on Node.js
91 stars 36 forks source link

noflo-nodejs runtime and noflo-ui #363

Open DorinJ opened 2 years ago

DorinJ commented 2 years ago

I'm trying to run noflo development environment from my local computer by running it like "npx noflo-nodejs --host localhost --ide http://localhost:8000 --permissions ["protocol:component","protocol:runtime","protocol:graph","protocol:network","component:getsource","component:setsource","component:list"]" but I get an error like "Not permitted to send component:list messages".

My question is about how should I configure the environment? I have installed the latest versions of noflo-nodejs, noflo-ui and I'm using them from a computer with Windows.

image