Unknown language: "vue"
See original GitHub issueI got Unknown language: “vue” (vue )after update lastest vue-styleguidist. Any solution for troubleshooting this problem ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Unknown language 'vue' in contributes.JavaScriptSnippets ...
The following error is logged in VS Code. I cannot find this setting, is this an internal setting inside the plugin?
Read more >Vue with typescript Object is of type "unknown" - Stack Overflow
When i'm complining my vue code i get error: [tsl] ERROR in /var/www/resources/js/Components/Language/LanguagePicker.vue.ts(13,41).
Read more >intlify/vue-i18n/no-unknown-locale
Rule Details. This rule reports the use of unknown locale names. By default, this rule only commonly known locale names specified in RFC ......
Read more >Language Identifiers - Visual Studio Code
In Visual Studio Code, each language mode has a unique specific language identifier. That identifier is rarely seen by the user except in...
Read more >FAQ | Vetur - GitHub Pages
Other extensions also contribute a Vue language, and that conflicts with Vetur. VS Code didn't install Vetur properly. For 1, try disabling all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Well… good news, I reproduce your bug.
I just found out the cause. It’s silly. and my fault. in this commit e41b3d625e81183a10e50e58de5e2f0b55e75d14, I make styleguidist use react-styleguidist’s
example-loaderwhich is rigorously the same as vue-styleguidist, except…Except it uses the chunkify.js from react-styleguidist who prevents the use of vue code in examples.
jsxinstead ofvuefor your examplesSorry guys I’m on it.