Dependency not found install regenerator-runtime/runtime
See original GitHub issueI 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
then when I try to install npm install --save regenerator-runtime/runtime
it returns error
I’m currently using Nuxt 2.0.0
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8 (5 by maintainers)
Top 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 >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
@ChunAllen The correct install command is
npm install --save regenerator-runtime
.@yaniv51 your issue is a duplicate of https://github.com/bootstrap-vue/bootstrap-vue/issues/3038