Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: move "vue" to "peerDependencies" #75

Merged
merged 1 commit into from
Oct 30, 2021
Merged

chore: move "vue" to "peerDependencies" #75

merged 1 commit into from
Oct 30, 2021

Conversation

xianghongai
Copy link
Contributor

需要将 vue 这类 Dependencies 放到 peerDependencies 中

D:\Workstation\License\license\microapps\management-license>yarn run build
yarn run v1.22.5
$ qp build-microapp
D:\Workstation\License\license\microapps\management-license\node_modules\vue-template-compiler\index.js:10
  throw new Error(
  ^

Error:

Vue packages version mismatch:

- vue@2.6.14 (D:\Workstation\License\license\microapps\management-license\node_modules\vue\dist\vue.runtime.common.js)
- vue-template-compiler@2.6.12 (D:\Workstation\License\license\microapps\management-license\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.

    at Object.<anonymous> (D:\Workstation\License\license\microapps\management-license\node_modules\vue-template-compiler\index.js:10:9)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Module.require (internal/modules/cjs/loader.js:952:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (D:\Workstation\License\license\microapps\management-license\node_modules\@atsfe\qp-route-generator\lib\resolve.js:16:33)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
D:\Workstation\License\license\microapps\management-license>yarn why vue
yarn why v1.22.5
[1/4] Why do we have the module "vue"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "vue@2.6.14"
info Reasons this module exists
   - "vue-json-viewer" depends on it
   - Hoisted from "vue-json-viewer#vue"
info Disk size without dependencies: "3.36MB"
info Disk size with unique dependencies: "3.36MB"
info Disk size with transitive dependencies: "3.36MB"
info Number of shared dependencies: 0
Done in 1.22s.

D:\Workstation\License\license\microapps\management-license>yarn why vue-template-compiler
yarn why v1.22.5
[1/4] Why do we have the module "vue-template-compiler"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "vue-template-compiler@2.6.12"
info Reasons this module exists
   - "@atsfe#qp-cli" depends on it
   - Hoisted from "@atsfe#qp-cli#vue-template-compiler"
info Disk size without dependencies: "436KB"
info Disk size with unique dependencies: "584KB"
info Disk size with transitive dependencies: "584KB"
info Number of shared dependencies: 2
Done in 1.48s.

@chenfengjw163 chenfengjw163 merged commit 00d6537 into chenfengjw163:master Oct 30, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants