You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add jsdoc to my vue project after adding @component plugin from better-docs. I face error.
Error message:
Vue packages version mismatch:
- [email protected] (C:\Users\patre\OneDrive\Pulpit\Work\instore\app\node_modules\vue\index.js)
- [email protected] (C:\Users\patre\OneDrive\Pulpit\Work\instore\app\node_modules\vue-template-compiler\package.json)
This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
I want to add jsdoc to my vue project after adding
@component
plugin frombetter-docs
. I face error.Error message:
jsdoc.json
package.json
I tried to install
vue-loader
andvue-template-compiler
as dependencies but it didn't change anything.The text was updated successfully, but these errors were encountered: