This repository was archived by the owner on Jan 6, 2024. It is now read-only.
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
[vite] Internal server error: Illegal tag name. Use '<' to print '<'. #13
Open
Description
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:
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.
The code is here https://github.com/WeakAuras/WeakAuras-Companion/tree/devtools
Any idea as to what we are doing wrong?
Cheers!