prettier-plugin-classnames icon indicating copy to clipboard operation
prettier-plugin-classnames copied to clipboard

Error resolve node module 'prettier-plugin-classnames'

Open muffuq opened this issue 10 months ago • 4 comments

I get such an error when I try to edit the document with Prettir.

muffuq avatar Feb 17 '25 17:02 muffuq

Hey, could you please provide more details on how to reproduce it?

To investigate the problem, I also need information such as what prettier-related dependencies are being used and how the prettier configuration is set up.

ony3000 avatar Feb 17 '25 23:02 ony3000

Config File:

{
    "printWidth": 50,
    "endingPosition": "absolute-with-indent",
    "plugins": [
        "prettier-plugin-tailwindcss",
        "prettier-plugin-classnames",
        "prettier-plugin-merge"
    ]
}

I installed the plugin via vscode. The version is 11.0.0 in the plugins section.

muffuq avatar Feb 18 '25 15:02 muffuq

this issue still exists. the endingPosition property is the culprit

binaryartifex avatar Jul 12 '25 00:07 binaryartifex

@binaryartifex Hi, can you give me more details on how to reproduce the issue?

ony3000 avatar Jul 12 '25 03:07 ony3000