-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Failed to start parse server #1455
Comments
Same with @prettier/plugin-ruby 4.0.4 + prettier 3.3.3 |
Same error for me in WSL with @prettier/plugin-ruby 4.0.4 + prettier 3.4.0. |
Did a little debugging and noticed that it's failing after 'require "syntax_tree"'. So I just tried to execute "bundle add" instead of "gem install" like this: "bundle add prettier_print syntax_tree syntax_tree-haml syntax_tree-rbs" and now it's working. I'm thinking it's because I'm using rbenv but not sure. UPD: if I delete Gemfile it's starting to work |
Downgrading to 4.0.2 also helps |
Currently using VSCode Prettier Plugin v10.4.0 + @prettier/plugin-ruby 4.0.2 + prettier 3.0.3.
I'm getting the following error:
However, if I run
./node_modules/.bin/prettier --plugin=@prettier/plugin-ruby --write '**/*'
it works no problem. What's going on?The text was updated successfully, but these errors were encountered: