Skip to content
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

stylelintのpeer dependenciesの競合を解消する #90

Open
ReoHakase opened this issue Apr 14, 2023 · 0 comments
Open

stylelintのpeer dependenciesの競合を解消する #90

ReoHakase opened this issue Apr 14, 2023 · 0 comments
Labels
🐛 bug Bug fixes. 📦️ build Build system or dependency changes.

Comments

@ReoHakase
Copy link
Member

pnpm i
Scope: all 10 workspace projects
packages/tsconfig                        |  WARN  deprecated @tsconfig/[email protected]
packages/tsconfig                        |  WARN  deprecated @tsconfig/[email protected]
packages/tsconfig                        |  WARN  deprecated @tsconfig/[email protected]
Packages: +9 -9
+++++++++---------
Progress: resolved 1495, reused 1461, downloaded 0, added 0, done
. prepare$ husky install
│ husky - Git hooks installed
└─ Done in 423ms
 WARN  Issues with peer dependencies found
packages/stylelint
├─┬ stylelint-config-prettier 9.0.5
│ └── ✕ missing peer stylelint@">= 11.x < 15"
├─┬ stylelint-config-recess-order 4.0.0
│ ├── ✕ missing peer stylelint@>=15
│ └─┬ stylelint-order 6.0.3
│   └── ✕ missing peer stylelint@"^14.0.0 || ^15.0.0"
├─┬ stylelint-config-standard-scss 8.0.0
│ ├── ✕ missing peer stylelint@^15.4.0
│ ├─┬ stylelint-config-recommended-scss 10.0.0
│ │ ├── ✕ missing peer stylelint@^15.3.0
│ │ ├─┬ stylelint-config-recommended 11.0.0
│ │ │ └── ✕ missing peer stylelint@^15.3.0
│ │ └─┬ stylelint-scss 4.6.0
│ │   └── ✕ missing peer stylelint@"^14.5.1 || ^15.0.0"
│ └─┬ stylelint-config-standard 32.0.0
│   └── ✕ missing peer stylelint@^15.4.0
└─┬ stylelint-prettier 3.0.0
  └── ✕ missing peer stylelint@>=14.0.0
✕ Conflicting peer dependencies:
  stylelint

Done in 9.5s
@ReoHakase ReoHakase added 🐛 bug Bug fixes. 📦️ build Build system or dependency changes. labels Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Bug fixes. 📦️ build Build system or dependency changes.
Projects
None yet
Development

No branches or pull requests

1 participant