I am trying to get started with NoFlo on Windows. After following these instructions:
http://flowhub.io/documentation/getting-started-node/
I was able to start a noflo.js runtime.
However, when trying to create my first graph, I can only see some core components. Filesystem components are not available at all even though I did install it using
npm install noflo-filesystem --save
Any ideas?