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

Update peer dependancy of stylelint to 14+ #60

Closed
mirocklez opened this issue Oct 25, 2021 · 6 comments
Closed

Update peer dependancy of stylelint to 14+ #60

mirocklez opened this issue Oct 25, 2021 · 6 comments

Comments

@mirocklez
Copy link

When updated stylelint to v14+, Im getting this error while trying to run the app so I had to downgrade again to stylelint v13:

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@"^14.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^13.0.0" from @nuxtjs/[email protected]
npm ERR! node_modules/@nuxtjs/stylelint-module
npm ERR!   dev @nuxtjs/stylelint-module@"^4.0.0" 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!

Do you consider updating the peer dependacy of stylelint to v14+/latest to ensure no problems will apear when updating to the newest version of stylelint?

@vinayakkulkarni
Copy link

yep, had to uninstall the module just to ensure Stylelint v14 was working

@mirocklez
Copy link
Author

@ricardogobbosouza - any thoughts on this?
Can you update the peer deps so this doesn't break on stylelint 14+?

@monsieurnebo
Copy link

monsieurnebo commented Nov 5, 2021

Same issue over here 💥

This package is the last one stuck on v13 in my project. It would be great to add the stylelint v14 support.

@ricardogobbosouza
Copy link
Collaborator

Hi @miroslavgeorgiev, @monsieurnebo
Sorry for the delay
Added support for stylelint v14 in version v4.1.0

@mirocklez
Copy link
Author

@ricardogobbosouza - Great! Thanks 👍

@monsieurnebo
Copy link

Thanks @ricardogobbosouza 👌

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

4 participants