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

Peer dependency update to stylelint v14.2.0 #634

Open
gamegee opened this issue Dec 22, 2021 · 6 comments
Open

Peer dependency update to stylelint v14.2.0 #634

gamegee opened this issue Dec 22, 2021 · 6 comments

Comments

@gamegee
Copy link

gamegee commented Dec 22, 2021

When I try to install stylelint-no-unused-selectors I got the following issue:

npm ERR! Found: [email protected]
npm ERR! node_modules/stylelint
npm ERR!   dev stylelint@"^14.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^9.10.1 || ^10.0.0" from [email protected]

I guess the peer dependency of the module should be upgraded to the latest stylelint version: 14.2.0

@ghost
Copy link

ghost commented Jan 24, 2022

+1

1 similar comment
@YuriiZadorozhnyi
Copy link

+1

@amarg26
Copy link

amarg26 commented May 20, 2022

Try npm i -D stylelint-no-unused-selectors -f @gamegee @ghost

@kkor
Copy link

kkor commented Dec 7, 2022

Doesn't seem to work with v14.2.0 or higher at all (the errors just don't print), but at least 13.13.1 still works and prints the plugin/no-unused-selectors errors

@Grawl
Copy link

Grawl commented Sep 5, 2023

modsketch-next on  main [✘»!+] is 📦 v0.1.0 via  v18.17.0 
❯ npm i -D stylelint-no-unused-selectors                 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/stylelint
npm ERR!   dev stylelint@"^15.10.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^9.10.1 || ^10.0.0" from [email protected]
npm ERR! node_modules/stylelint-no-unused-selectors
npm ERR!   dev stylelint-no-unused-selectors@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /Users/daniilpronin/.npm/_logs/2023-09-05T07_37_24_567Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /Users/daniilpronin/.npm/_logs/2023-09-05T07_37_24_567Z-debug-0.log

@RettentoRectangle
Copy link

Ping.
Unmaintained?
We'd like to use it with [email protected]

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

6 participants