-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepends Ignored unknown option: --config-precedence
in buffer
#73
Comments
Hi @jojoyuji Could you please confirm that:
Sometimes you may have the global installed prettier version of 1.7.4+ but you may be working on projects that still have the old prettier installed on their |
Woah, found the issue! I had updated my prettier globaly indeed, however I realized that Thx @mitermayer for the help. |
hey @mitermayer just wondering here: isn't
supposed to override even a local project prettier? I mean, since you're pretty much setting the path for the bin file itself, it just doesn't feel right... What you think? |
When executing
:Prettier
it prependsIgnored unknown option: --config-precedence
in bufferI'm using
vim-prettier 0.2.4
with
global prettier version 1.7.4
I believe it's related to #53
The text was updated successfully, but these errors were encountered: