vue-i18n icon indicating copy to clipboard operation
vue-i18n copied to clipboard

pnpm workspace bug

Open littleboarx opened this issue 3 years ago • 0 comments
trafficstars

Reporting a bug?

in pnpm, the workspace packages are not shredded, and the peerDependencies will not install automatically. which make some problems in the project. https://github.com/pnpm/pnpm/issues/3558

Expected behavior

there should be no dependency resolve problem in the projects found now:

Reproduction

"peerDependencies": { "vue": "^3.0.0" }, in package vue-i18n-core parser: 'vue-eslint-parser', in .eslintrc.js

System Info

System:
    OS: Windows 10 10.0.18362
    CPU: (12) x64 Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz
    Memory: 14.53 GB / 31.84 GB
  Binaries:
    Node: 16.3.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.11 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 7.15.1 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.18362.1.0)
    Internet Explorer: 11.0.18362.1
  npmPackages:
    @intlify/core-base: workspace:* => 9.2.0-beta.28
    @intlify/message-compiler: workspace:* => 9.2.0-beta.28
    @vue/server-renderer: ^3.2.4 => 3.2.20
    vitepress: ^0.21.0 => 0.21.4
    vue: ^3.2.29 => 3.2.29
    vue-i18n: workspace:* => 9.2.0-beta.28

Screenshot

No response

Additional context

No response

Validations

littleboarx avatar Jan 25 '22 03:01 littleboarx