Unable to check code with prettier

I have solve most of the problems related to my code however due to the failure of “build_solutions_java” I’m trying to run $prettier --check on my code. The command is not recognized so I tried to install prettier and I got this error.
imagen

You can see the flags that use the prettier in the CI:

image

This is the config file that is used for prettier:

image

And you can see the version of prettier here:

image

Try to use that to solve your problems

1 Like