The setup I used to test and run this was almost line for line identical to the example setup in readme.md:
npm init
npm install noflo
npm install noflo-nodejs
npm install noflo-core
npm install noflo-adapters
npm install noflo-yaml
(create and edit flowhub.json so I can access this server from app.flowhub.io)
node_modules/noflo-nodejs/bin/noflo-nodejs
When I attach my noflo-ui to the runtime I can see the adapter components, but not the adapter graphs.
With a clean install of noflo-nodejs with a component library such as noflo-adapters you can't use the graphs as components.
See this stack overflow question:
http://stackoverflow.com/questions/23205857/how-can-graphs-be-exposed-as-components-and-used-in-noflo-ui
The setup I used to test and run this was almost line for line identical to the example setup in readme.md:
When I attach my noflo-ui to the runtime I can see the adapter components, but not the adapter graphs.