Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Element is missing end tag. #592

Open
rigor789 opened this issue Jan 20, 2022 · 0 comments
Open

SyntaxError: Element is missing end tag. #592

rigor789 opened this issue Jan 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@rigor789
Copy link
Owner

running the demo app prints - even though it runs just fine.

Somewhere/somehow the compiler is compiling <NSVElement> as a template, and printing the following error:

SyntaxError: Element is missing end tag.
    at createCompilerError (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:19:19)
    at emitError (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1594:29)
    at parseElement (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1146:9)
    at parseChildren (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:937:28)
    at parseElement (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1125:22)
    at parseChildren (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:937:28)
    at Object.baseParse (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:852:23)
    at Object.parse (/Users/rigor789/Code/nativescript-vue-next/packages/compiler/dist/compiler.cjs.js:2567:25)
    at getVueEmbeddedSource (/Users/rigor789/Code/nativescript-vue-next/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue/TypeScriptVueExtension.js:75:37)
    at getCachedEmbeddedSource (/Users/rigor789/Code/nativescript-vue-next/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/TypeScriptEmbeddedExtension.js:16:47)
@rigor789 rigor789 added the bug Something isn't working label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant