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.

@babel/runtime/helpers not found

See original GitHub issue

This may be related to #2564, but after replacing the dev branch with RC 12 and running npm run dev I’m getting the following output:

 ERROR  Failed to compile with 199 errors                                                                                                           4:29:10 PM

These dependencies were not found:

* @babel/runtime/helpers/interopRequireWildcard in ./~/bootstrap-vue/es/index.js, ./~/bootstrap-vue/es/components/badge/badge.js and 12 others
* @babel/runtime/helpers/interopRequireDefault in ./~/bootstrap-vue/es/components/index.js, ./~/bootstrap-vue/es/directives/index.js and 122 others
* @babel/runtime/helpers/defineProperty in ./~/bootstrap-vue/es/components/button/button.js, ./~/bootstrap-vue/es/components/button/button-close.js and 22 others
* @babel/runtime/helpers/typeof in ./~/bootstrap-vue/es/components/breadcrumb/breadcrumb.js, ./~/bootstrap-vue/es/components/link/link.js and 11 others
* @babel/runtime/helpers/objectSpread in ./~/bootstrap-vue/es/components/input-group/input-group-addon.js, ./~/bootstrap-vue/es/components/input-group/input-group-prepend.js and 8 others
* @babel/runtime/helpers/toConsumableArray in ./~/bootstrap-vue/es/components/card/card.js, ./~/bootstrap-vue/es/components/card/card-body.js and 1 other
* @babel/runtime/helpers/classCallCheck in ./~/bootstrap-vue/es/utils/popover.class.js, ./~/bootstrap-vue/es/utils/bv-event.class.js and 2 others
* @babel/runtime/helpers/createClass in ./~/bootstrap-vue/es/utils/popover.class.js, ./~/bootstrap-vue/es/utils/bv-event.class.js and 2 others
* @babel/runtime/helpers/possibleConstructorReturn in ./~/bootstrap-vue/es/utils/popover.class.js
* @babel/runtime/helpers/getPrototypeOf in ./~/bootstrap-vue/es/utils/popover.class.js
* @babel/runtime/helpers/inherits in ./~/bootstrap-vue/es/utils/popover.class.js

To install them, you can run: npm install --save @babel/runtime/helpers/interopRequireWildcard @babel/runtime/helpers/interopRequireDefault @babel/runtime/helpers/defineProperty @babel/runtime/helpers/typeof @babel/runtime/helpers/objectSpread @babel/runtime/helpers/toConsumableArray @babel/runtime/helpers/classCallCheck @babel/runtime/helpers/createClass @babel/runtime/helpers/possibleConstructorReturn @babel/runtime/helpers/getPrototypeOf @babel/runtime/helpers/inherits
> Listening at http://localhost:8080

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
tmorehousecommented, Feb 14, 2019

We have a PR for it already, and will hopefully push a new rc version by tomorrow.

1reaction
shaneparsonscommented, Feb 14, 2019

Indeed, adding "@babel/runtime": "^7.3.1" and running yarn install fixed it.

I’ll let you pull the trigger on closing this issue when you’re ready.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix - Module not found: Can't resolve '@babel/runtime ...
Then delete the package-json.lock file and node_modules folder then re-install with npm install . It works for me.
Read more >
Error: Can't resolve '@babel/runtime/helpers/createSuper ...
I would like to work on a fix! Current Behavior After re-installing my Macbook, the error Module not found: Error: Can't resolve '@babel/runtime...
Read more >
@babel/runtime - npm
babel's modular runtime helpers. Latest version: 7.20.7, ... Start using @babel/runtime in your project by running `npm i @babel/runtime`.
Read more >
babel/runtime
@babel/runtime is a library that contains Babel modular runtime helpers. Installation. npm install --save @babel/runtime. Copy.
Read more >
[solved] Cannot find module '@babel/runtime/helpers/builtin ...
I tried that but it is not working. My previous project is working fine with version 42. Error: Cannot find module @babel/runtime/helpers/ ...
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