Skip to content

pnpm lockfile is in gitignore #522

Closed as not planned
Closed as not planned
@christophsturm

Description

@christophsturm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions