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
What exactly happened?
The following workflow configuration resulted in error: Problem running prettier with --check **/*.{js,ts,json,yaml,md}. I am uncertain if this is the right place to ask for help, so if somewhere else would be more appropriate please let me know.
A colleague suggested that my local version of prettier might be different from the version used in this workflow. I have ^2.6.2 and latest is 2.8.2 so that should be ok but I modified the config to use prettier_version: 2.6.2 and it didn't fix the issue.
The code causing the issue seems to be here.
Any suggestions would be appreciated.
It seems that we are getting a similar issue. When I install the repo locally and run prettier, it is fine. It fails in pipeline.
All versions from 4.3 down fail until 3.3.
What exactly happened?
The following workflow configuration resulted in error:
Problem running prettier with --check **/*.{js,ts,json,yaml,md}
. I am uncertain if this is the right place to ask for help, so if somewhere else would be more appropriate please let me know.What should've happened?
Should have resulted in a pass as it does locally and has done in the past.
How did it look?

The text was updated successfully, but these errors were encountered: