Open Julien-Aubert-Housfy opened 2 years ago
Thank you for posting this issue. I can't reproduce your problem. Can you share a minimal repository that can reproduce your problem?
Thanks for the quick reply. Here's a repo where you'll be able to reproduce the issue: https://github.com/Julien-Aubert-Housfy/issue-plugin
Thank you for for sharing the repository.
It seems that you need to install the latest version of postcss
yourself.
This requires postcss-scss
to postcss@^8
, but the dependency you use seems to use postcss@7.0.39
.
eslint-plugin-vue-scoped-css
defines postcss@^8.2.4
as a dependency, but it seems that it can not be solved well because it is placed in the node_modules directory of the lower layer. I think this is strictly a postcss-scss
dependency issue.
Plugin is working as it should after installing the latest version of postcss and postcss-scss. Thank you very much for your help!
Getting the following error installing the plugin:
Here's my eslintrc.js file:
I tried installing the plugin in a couple projects of mine and I still get the same error. Any idea what could be causing this?