We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.)
Sorry, something went wrong.
No branches or pull requests
when I checkout the main branch and run pnpm install i get warnings about peer dependencies:
I think the problem is that the pnpm lockfile is in .gitignore, and it should instead be checked into git.
The text was updated successfully, but these errors were encountered: