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.

Dependency not found install regenerator-runtime/runtime

See original GitHub issue

I just upgraded bootstrap-vue from 2.0.0-rc-11 to 2.0.0-rc-12 but when I run the app it ask me to install regenerator-runtime/runtime

screenshot 2019-02-21 15 09 18

then when I try to install npm install --save regenerator-runtime/runtime it returns error

screenshot 2019-02-21 15 10 40

I’m currently using Nuxt 2.0.0

Issue Analytics

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

github_iconTop GitHub Comments

8reactions
jacobmllr95commented, Feb 21, 2019

@ChunAllen The correct install command is npm install --save regenerator-runtime.

0reactions
tmorehousecommented, Apr 8, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

Babel and Webpack are throwing "Can't resolve 'regenerator ...
Installing regenerator -runtime did not help, and I thought the issue lied in Yarn's pnp modules: This dependency was not found: ...
Read more >
regenerator-runtime - npm
Runtime for Regenerator-compiled generator and async functions. ... Start using regenerator-runtime in your project by running `npm i ...
Read more >
How to fix regeneratorRuntime is not defined?
I have ran into a problem, the error is regeneratorRuntime is not defined while working with React and Parcel bundler.
Read more >
【Tips】Vue项目报错:This dependency was not found ...
vue&type=script&lang=js&. To install it, you can run: npm install --save regenerator-runtime/runtime.js. 如果按他的要求装
Read more >
babel/polyfill
Babel includes a polyfill that includes a custom regenerator runtime and core-js. ... your source code), we need it to be a dependency...
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