This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
NodeJS Web3 1.0.0-beta.38 and 1.0.0-beta.39: Cannot find module '@babel/runtime/helpers/classCallCheck' #2221
Labels
Bug
Addressing a bug
Comments
Same issue for me. I did npm install --save @babel/runtime and then it worked well. |
@kroitor Thanks for submitting this issue! I've fixed it in: #2227 this PR should get released today or tomorrow morning. I apologize for the troubles you had. @patidarmanoj10 Thanks for providing a workaround that fast. |
@nivida This still seems to be an issue in version |
I can confirm the results of @negaex – still getting the same (identical) issue with |
@nivida I still confirm the same issue still exits in "web3": "^1.0.0-beta.39" |
Please deprecate versions beta.38 and beta.39, which reproduce this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Web3 1.0.0-beta.37 did work fine with all my systems. But now, after upgrading to 1.0.0-beta.38 it stopped working. Even after a clean install into a new empty folder, it doesn't work on my Mac, also tried Ubuntu 14.04 LTS with same results. As you can see from the output below, it really is a system-agnostic bug related to the
require()
+ npm module directory resolver, so, most likely, a problem somewhere in the web3.js codebase itself.$ uname -a Darwin mbp.local 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64 $ node --version v9.2.0 $ npm --version 6.0.0
Questions:
babel
stuff missing after a clean install?The text was updated successfully, but these errors were encountered: