We are trying to get a simple noflo example running inside a browser as described the noflojs.org/documentation/fbp/
[Language for Flow-Based Programming]
We tried to refer to some examples available on GitHub
github.com/noflo/noflo-browser-app
github.com/noflo/noflo-websocket
github.com/bergie/flowcopter
We tried npm install; grunt build. We get the below error and are not able to proceed beyond this:
Running "noflo_browser:build" (noflo_browser) task install noflo/noflo@master Warning: dns lookup failed Use --force to continue.
Any idea what are we missing ?