@babel/runtime/helpers not found
See original GitHub issueThis 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:
- Created 5 years ago
- Reactions:3
- Comments:8 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
We have a PR for it already, and will hopefully push a new rc version by tomorrow.
Indeed, adding
"@babel/runtime": "^7.3.1"
and runningyarn install
fixed it.I’ll let you pull the trigger on closing this issue when you’re ready.