question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module 'babel-runtime/helpers/classCallCheck'

See original GitHub issue

Updated 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:closed
  • Created 7 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
thebinarypenguincommented, Apr 4, 2016

@rhys-vdw Excellent! I can also confirm that 0.9.4 works in my aforementioned environment. 👍

1reaction
rhys-vdwcommented, Apr 4, 2016

@davebaol Done.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found