and now it complains about the lack of DummyStorage:
server started on localhost:3000
Error: module "swarm/lib/DummyStorage" not found from "todomvc-flux-swarm/js/stores/UserStore.js"
at notFound (todomvc-flux-swarm/node_modules/connect-browserify/node_modules/browserify/index.js:812:15)
[...]
how can I find the correct version of swarm?
thanks
trying to do 'npm npm install && npm start' it complains about the swarm version:
Error: Cannot find module 'swarm'
So I've tried to replace the custom swarm with the npm one
and now it complains about the lack of DummyStorage:
how can I find the correct version of swarm? thanks