noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
767 stars 173 forks source link

noflo-filesystem is not downloadable with grunt build #418

Closed code-rider closed 9 years ago

code-rider commented 9 years ago

not able to add fileSystem component in browser component list . did add dependencies in preview/components.json like noflo/noflo-filesystem:" * ", but got error about components.json file not found https://github.com/noflo/noflo-filesystem/ haven't components.json file. like not others it have package.json so how can i add noflo-filesystem in my browser components list?

i have also try throw my custom component when i add

fs = require('fs')

then i got error Error: Failed to require 'fs' then i try to include dependencies like "fs.extra": "1.2.x", "mimetype": "0.0.5",

then i still got error Fatal error: invalid component name "fs.extra"

then how can i use filesystem in browser components help please

forresto commented 9 years ago

Dupe #416

forresto commented 9 years ago

noflo-filesystem isn't applicable in browser-based noflo. That's why the components are defined in package.json only.

Sounds like you want a node project: https://docs.flowhub.io/getting-started-node/