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.

Reference Error in `vuedoc-loader.js`

See original GitHub issue

vue-styleguidist/loaders/vuedoc-loader.js is accessing message before it’s defined, throwing ReferenceError: message is not defined instead of the intended warning vue-docgen-api cannot parse ${path}: ${error}

referencing message before it’s defined:

const message =
    `vue-docgen-api cannot parse ${componentPath}: ${err}\n\n` + logger.warn(message)

https://github.com/vue-styleguidist/vue-styleguidist/blob/dev/packages/vue-styleguidist/loaders/vuedoc-loader.js#L77

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
elevatebartcommented, Mar 8, 2019

I wood say it’s a pleasure but I prefer the classic “woooooops” !!

0reactions
elevatebartcommented, Mar 10, 2019

delivered in 3.8.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

vue-loader not installed correctly · Issue #1419 · vuejs/vue-cli
I have the same issue. ERROR in ./node_modules/css-loader/dist/cjs.js??ref--4-2!./node_modules/vue ...
Read more >
Vue is not defined' in desktop notification using laravel ...
vue. js - why getting error 'Uncaught ReferenceError: Vue is not defined' in desktop notification using laravel vue? - Stack Overflow. Stack ...
Read more >
Laravel + Vue: ReferenceError document is not defined at ...
Fix the `ReferenceError document is not defined at insertStyleElement` in Laravel Mix.
Read more >
Module not found: Error: Can't resolve ' Vuejs
Hi... In the router section, we want to route the pages through Nested Routes, but there is a problem, it does not recognize...
Read more >
Getting Started | Vue Loader
Projects created by Vue CLI are pre-configured with most of the common development needs working out of the box. Follow this guide if...
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