You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please follow the bug report template. It will guide you towards setting the log level to be more verbose so we can see exactly what command is being run.
The thing to do in these situations is to check what command conform is running, and see if that works when you run that directly on the command line. Usually this surfaces a problem either with the formatter, the environment, or how conform is configured to run the formatter.
I'm working on a nextjs project where I've a
prettier.config.js
config file,prettier.config.js:
when i try to format it i got the following error
:ConformInfo
Even when i
pnpm install --save-dev prettier
, it do not work.Appreciate any help.
The text was updated successfully, but these errors were encountered: