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.

Cannot read property 'extend' of undefined - v2.0.0-rc.17

See original GitHub issue

When 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

image

Issue Analytics

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

github_iconTop GitHub Comments

14reactions
lareethcommented, Apr 8, 2019

There’s a fix on the way, please use the thumbs up reaction if you have the same error instead of commenting

8reactions
tmorehousecommented, Apr 8, 2019

v2.0.0-rc.18 has been released.

Read more comments on GitHub >

github_iconTop 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 >

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