-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to run prettierd run with a prettierrc configuration. #175
Comments
🤔 this should work, or at least it used to. I'll dig into it, but can you share your prettier config to help reproducing the error message? Thanks! |
Maybe it's a windows thing?
|
Thanks for sharing the config, I'll investigate it later this week. |
Any fix for this? i'm having the exact same problem on Windows 11. |
I haven't had a chance to look into this yet 😞 I don't have access to a Windows machine, but my plan was to try to reproduce it with GitHub Actions or something like that. |
Let me start by expressing my thanks for making this available @fsouza. Also ran into this issue. It used to all work fine but now I can't get it to work on Windows 10 (with or without config file). It seems to fail on this function:
Not really sure where to go from here. Any hints would be appreciated. Is this maybe related? nodejs/node#19831 EDIT: If I change the efm-langserver command to: |
@jvmiert is |
Ah sorry, inputting a valid file yields the exact same result. |
Can you share the output of when you call it with valid files? The output you shared is complaining about |
|
@jvmiert I'll try to spin up a windows vm to investigate this. Sorry for the back and forth. |
@fsouza Are there any updates on this issue? Thanks |
@JerryLiao26 hey, I haven't been able to work on this yet, apologies :( No idea either on when I'll be able to spin up a Windows VM and investigate the issue, but I'm hoping I'll be able to do something like that over the next week or two. |
@fsouza Really appreciated! I've managed to make prettierd work by using other lsp plugins but I'm willing to provide help if you need some more information |
Not sure if this is related but I ran into a similar issue earlier today. I think I upgraded it while an old prettierd server was still running. After running |
can I double-like this post, because it helped me yet again. |
Prettierd runs fine when I provide no
.prettierrc.json
, but when I add the file in my root I get the following error -I am using Neovim in Windows along with efm-language-server
My configuration of prettier looks like -
Any idea?
The text was updated successfully, but these errors were encountered: