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

Package version mismatch on new Vue 3 project. #269

Open
DanielRunningen opened this issue Jun 8, 2023 · 1 comment
Open

Package version mismatch on new Vue 3 project. #269

DanielRunningen opened this issue Jun 8, 2023 · 1 comment

Comments

@DanielRunningen
Copy link

Describe the bug
Package version mismatch on new Vue 3 project.

To Reproduce
Steps to reproduce the behavior:

  1. Create new project with vue create, selecting Vue 3. (I also included dart-sass, babel, typescript, router, vuex, and eslint.)
  2. Enter project and add vuese with npm i --save-dev vuese.
  3. Add a script command to package.json like "docs": "vuese gen".
  4. Run npm run docs.

Expected behavior
Build should succeed.

Screenshots
image

Stack trace:

    at Object.<anonymous> (~/Desktop/test/node_modules/vue-template-compiler/index.js:10:9)
    at Module._compile (node:internal/modules/cjs/loader:1255:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
    at Module.load (node:internal/modules/cjs/loader:1113:32)
    at Module._load (node:internal/modules/cjs/loader:960:12)
    at Module.require (node:internal/modules/cjs/loader:1137:19)
    at require (node:internal/modules/helpers:121:18)
    at Object.<anonymous> (/home/dan/Desktop/test/node_modules/vuese/dist/vuese.js:5:27)
    at Module._compile (node:internal/modules/cjs/loader:1255:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)

Environmental information:

> vuese info


  vuese * 1.4.7

  vuese cli

  USAGE

    vuese * [options]

  GLOBAL OPTIONS

    -v, --version  Display version                     [Type: boolean]
    -h, --help     Display help (You're already here)  [Type: boolean]

Additional information
I haven't seen any requirements for what versions of Vue might be supported and which are not... There also doesn't seem to be any information on which versions of either vue-loader or vue-template-compiler would be required to use this package, just that whatever is installed isn't supported.

@wyy9630
Copy link

wyy9630 commented Dec 11, 2023

@HcySunYang 希望能早日支持vue3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants