Cannot find module 'babel-runtime/helpers/classCallCheck'
See original GitHub issueUpdated packages, and got the mentioned error:
Updated Packages:
bluebird ^3.2.2 → ^3.3.4
bookshelf ^0.9.2 → ^0.9.3
bunyan ^1.5.1 → ^1.8.0
joi ^8.0.2 → ^8.0.5
lodash ^4.6.1 → ^4.7.0
hapi ^13.0.0 → ^13.3.0
nock ^7.5.0 → ^7.7.2
Error:
module.js:341
throw err;
^
Error: Cannot find module 'babel-runtime/helpers/classCallCheck'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.<anonymous> (/Users/zzakaria/code/orccommon/node_modules/bookshelf/lib/base/events.js:7:24)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.<anonymous> (/Users/zzakaria/code/orccommon/node_modules/bookshelf/lib/bookshelf.js:15:15
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Cannot find module '@babel/runtime/helpers/classCallCheck'
I'm working on Node v11.7.0 and web3.js 1.0.0-beta.38. I just wanted to do a simple test like: // package.json { "name": "localBlockchain", ...
Read more >Unable to resolve module `@babel/runtime/helpers ...
Have a go and try: npm add @babel/runtime. Or upgrade babel runtime: "@babel/runtime": "7.0.0-beta.55".
Read more >babel/runtime
babel /runtime` is a library that contains Babel modular runtime helpers. ... This is meant to be used as a runtime dependency along...
Read more >Module not found: Can't resolve @babel/runtime/helpers
To solve the error Module not found: Error: Can't resolve '@babel/runtime/helpers', make sure to install the `@babel/runtime` package by opening your ...
Read more >@babel/runtime - npm
babel's modular runtime helpers. Latest version: 7.20.7, last published: 6 days ago. Start using @babel/runtime in your project by running ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rhys-vdw Excellent! I can also confirm that
0.9.4
works in my aforementioned environment. 👍@davebaol Done.