Cannot read property 'extend' of undefined - v2.0.0-rc.17
See original GitHub issueWhen upgrading from 2.0.0-rc.16 to 2.0.0-rc.17 my application fails to start, and gives the following error.
TypeError
Cannot read property 'extend' of undefined
I have confirmed this by creating a brand new site by running the following command, and choosing the bootstrap framework
npx create-nuxt-app example
Application is using nuxt 2.6.1 and bootstrap 4.3.1 Nodejs is 11.9.0 and npm 6.5.0 Test in Firefox 66.0.2 and Chrome 73.0.3683.103 running Windows 10 x64
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:21 (5 by maintainers)
Top Results From Across the Web
vue.js - Cannot read property 'extend' of undefined. installation ...
This error shows up in the console. Uncaught TypeError: Cannot read property 'extend' of undefined at Object../node_modules/bootstrap-vue/es/ ...
Read more >Uncaught TypeError: Cannot read property 'extend' of ...
Uncaught TypeError : Cannot read property 'extend' of undefined(anonymous function) @ store.js:1. my store.js file is: Blogger.
Read more >Uncaught TypeError : Cannot read properties of undefined
Looking for ways to handle Uncaught TypeError: Cannot read property of undefined in JavaScript? This guide will help you to catch errors.
Read more >TypeError: Cannot read property 'startsWith' of undefined
On one function I get the following error message: "TypeError: Cannot read property 'startsWith' of undefined" What causes this message.
Read more >How to Fix TypeError: Cannot read Property 'push' of ...
How to Fix TypeError: Cannot read Property 'push' of Undefined in JavaScript · You call the method on a variable previously set to...
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
There’s a fix on the way, please use the thumbs up reaction if you have the same error instead of commenting
v2.0.0-rc.18 has been released.