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.

Unknown language: "vue"

See original GitHub issue

I got Unknown language: “vue” (vue )after update lastest vue-styleguidist. Any solution for troubleshooting this problem ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
elevatebartcommented, Sep 17, 2018

Well… good news, I reproduce your bug.

0reactions
elevatebartcommented, Sep 17, 2018

I just found out the cause. It’s silly. and my fault. in this commit e41b3d625e81183a10e50e58de5e2f0b55e75d14, I make styleguidist use react-styleguidist’s example-loader which 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.

  • Solution 1: wait for the fix
  • Solution 2: force vue-styleguidist to 1.8.4 & vue-docgen-api to the latest
  • Solution 3: use jsx instead of vue for your examples

Sorry guys I’m on it.

Read more comments on GitHub >

github_iconTop 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 >

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