-
Notifications
You must be signed in to change notification settings - Fork 49
Browserify fails when ethereumjs-block is a dependency of a dependency #39
Comments
I'm also seeing this problem |
Would it help switching to the |
Nevermind, I did the PR above. Since the This should now fix your problem, shouldn't it? |
Hey, having the same problem here using js-ipfs. |
I think the PR just needs to get merged and released... |
I'm seeing this problem - its blocking updates on anything that depends on anything that depends on ethereumjs |
Just released v1.7.1. |
Yay! Thank you! |
When trying to browserify code that depends on ethereumjs-block, browserify fails because it cannot find the appropriate babel preset relative to the ethereumjs-block project. Removing the "browserify" section from ethereumjs-block's package.json seemed to fix the issue.
For example:
The text was updated successfully, but these errors were encountered: