ipfs-shipyard / ipfs-pubsub-room-demo

IPFS Pubsub room demo
MIT License
53 stars 21 forks source link

npm run compile fails on ethereumjs-block dependency #7

Open chatch opened 6 years ago

chatch commented 6 years ago

I get the following trying to run compile:

npm run compile
> browserify src/app.js -o public/js/app.js -d

Error: Cannot find module 'babelify' from '/home/hatch/projects/ipfsapp/ipfs-pubsub-room-demo/node_modules/ethereumjs-block'

a related issue in ethereumjs-block: "Browserify fails when ethereumjs-block is a dependency of a dependency" : https://github.com/ethereumjs/ethereumjs-block/issues/39

possibly the fix to browserfy setup there will fix this issue.

harrshasri commented 6 years ago

https://github.com/ethereumjs/ethereumjs-block/releases/tag/v1.7.1

That dependency issue is fixed 8 days ago. I think the dependency version needs to be updated. in js-ipfs. Can any one update the version number to v1.7.1 at the right package.json