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.

Not working with Vue3

See original GitHub issue

First and foremost, love this package, thank you for all your work on this.

Bug Description

A description of the bug

When running depcheck it throws an error: “Vue packages version mismatch”

  • vue@3.0.2 (/Users/xxx/node_modules/vue/index.js)
  • vue-template-compiler@2.6.12 (/Users/xxxx/node_modules/vue-template-compiler/package.json)

Vue3 doesn’t use the template compiler anymore though. As mentioned here:

https://github.com/vuejs/vue-next/issues/670#issuecomment-579785869

Versions

  • node -v: 12.13.0
  • npm -v: 6.13.1
  • depcheck --version: 1.3.1

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rumplcommented, Feb 16, 2021

Woop woop let’s goooo! 🎉

1reaction
The-Outridercommented, Feb 16, 2021

I’ll review later this afternoon (Europe time) ✌️ @rumpl

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue.js 3: Cannot import Vue global object - Stack Overflow
I have Vue 3 installed via NPM. Clearly there is something critical that I don't understand about NPM imports, how could the {createApp}...
Read more >
this.$set not working in Vue3 - Laracasts
set not working in Vue3. I am facing an issue where when using this line of code this.$set(this.otp, this.activeInput, value);. Copy Code
Read more >
Storybook 6.5 does not work with vue 3 · Issue #18264 - GitHub
When trying to create a storybook reproduction setup, even the default vue 3 configuration does not work. It shows the following error:.
Read more >
Vue3 Framework7 method $on not working
I'm migrating a project that I have from framework7 vue to the new version of it, however, in this change, a function that...
Read more >
Vue3: withDefaults(defineProps<T>(),{}) does not work when ...
Vue3 : withDefaults(defineProps<T>(),{}) does not work when working with a Typescript interface ... What steps will reproduce the issue? ... Props defined with...
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