-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS Web3 1.0.0-beta.38 and 1.0.0-beta.39: Cannot find module '@babel/runtime/helpers/classCallCheck' #2221
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. |
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.+ web3@1.0.0-beta.38 added 298 packages from 205 contributors in 38.338s [+] no known vulnerabilities found [15378 packages audited]
$ 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: