You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
Originally posted by Stanzilla May 8, 2023
Hey there! First, thank you so much for making this plugin.
I've been trying to migrate our Vue + Vite + Electron app to it but getting the following error:
16:21:22.925 › App starting...
Illegal tag name. Use '<' to print '<'.
Illegal tag name. Use '<' to print '<'. (x2)
4:21:24 PM [vite] Internal server error: Illegal tag name. Use '<' to print '<'.
Plugin: vite-plugin-vue-inspector
File: /Users/stan/projects/personal/WeakAuras-Companion/src/components/LandingPage.vue?vue&type=script&lang.js
at createCompilerError (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:19:19)
at emitError (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1613:29)
at parseChildren (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:959:21)
at Object.baseParse (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:858:23)
at parse (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js:3119:25)
at result (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-vue-inspector/dist/index.cjs:65:51)
at new Promise (<anonymous>)
at compileSFCTemplate (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-vue-inspector/dist/index.cjs:62:24)
at TransformContext.transform (/Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-vue-inspector/dist/index.cjs:221:16)
at /Users/stan/projects/personal/WeakAuras-Companion/node_modules/vite-plugin-inspect/dist/index.cjs:878:32
I googled a bit and found threads were people were able to solve this but none of the solutions seemed to apply to us.
Discussed in #5
Originally posted by Stanzilla May 8, 2023
Hey there! First, thank you so much for making this plugin.
I've been trying to migrate our Vue + Vite + Electron app to it but getting the following error:
I googled a bit and found threads were people were able to solve this but none of the solutions seemed to apply to us.
The code is here https://github.com/WeakAuras/WeakAuras-Companion/tree/devtools
Any idea as to what we are doing wrong?
Cheers!
The text was updated successfully, but these errors were encountered: