Skip to content

pnpm lockfile is in gitignore #522

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

Closed
christophsturm opened this issue Jun 27, 2023 · 1 comment
Closed

pnpm lockfile is in gitignore #522

christophsturm opened this issue Jun 27, 2023 · 1 comment

Comments

@christophsturm
Copy link

when I checkout the main branch and run pnpm install i get warnings about peer dependencies:

 WARN  Issues with peer dependencies found
.
├─┬ @1stg/stylelint-config 5.0.0
│ ├─┬ postcss-scss 4.0.6
│ │ └── ✕ unmet peer postcss@^8.4.19: found 8.4.5
│ ├─┬ stylelint-config-prettier 9.0.5
│ │ └── ✕ unmet peer stylelint@">= 11.x < 15": found 15.0.0
│ └─┬ stylelint-config-standard 32.0.0
│   ├── ✕ unmet peer stylelint@^15.4.0: found 15.0.0
│   └─┬ stylelint-config-recommended 11.0.0
│     └── ✕ unmet peer stylelint@^15.3.0: found 15.0.0
├─┬ stylelint-config-standard 33.0.0
│ ├── ✕ unmet peer stylelint@^15.5.0: found 15.0.0
│ └─┬ stylelint-config-recommended 12.0.0
│   └── ✕ unmet peer stylelint@^15.5.0: found 15.0.0
├─┬ @sveltejs/kit 1.16.3
│ └── ✕ unmet peer svelte@^3.54.0: found 4.0.0-next.0
├─┬ eslint-plugin-svelte 2.28.0
│ ├── ✕ unmet peer svelte@^3.37.0: found 4.0.0-next.0
│ └─┬ svelte-eslint-parser 0.28.0
│   └── ✕ unmet peer svelte@^3.37.0: found 4.0.0-next.0
├─┬ prettier-plugin-svelte 2.10.0
│ └── ✕ unmet peer svelte@^3.2.0: found 4.0.0-next.0
└─┬ svelte-i18n 3.6.0
  └── ✕ unmet peer svelte@^3.25.1: found 4.0.0-next.0

I think the problem is that the pnpm lockfile is in .gitignore, and it should instead be checked into git.

@baseballyama
Copy link
Member

Thank you for positing the issue.

Please see the background of this.
vuejs/eslint-plugin-vue#128

But I agree with you to solve unmet peers. (I will solve these.)

@baseballyama baseballyama closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2023
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