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
Then, when I save a js file, I get the following errors:
prettier errors:
[warn] --jsx-bracket-same-line is deprecated.
[warn] Ignored unknown option --stdin.
[error] No files matching the pattern were found: "false".
[error] No files matching the pattern were found: "true".
The first warning is understandable. But those two last errors?
The second solution is to just downgrade the version of prettier. (I chose the 1.13.1 and it worked like charm).
For now will just keep the version downgraded, but decided to report the bugs.
The text was updated successfully, but these errors were encountered:
My prettier emacs config:
Then, when I save a js file, I get the following errors:
The first warning is understandable. But those two last errors?
I found two solutions:
The first one is to comment out those two lines:
The second solution is to just downgrade the version of prettier. (I chose the 1.13.1 and it worked like charm).
For now will just keep the version downgraded, but decided to report the bugs.
The text was updated successfully, but these errors were encountered: