-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
🐛 IntelliJ Plugin: Crash on v0.0.5 after upgrading from v0.0.3 w/ Yarn PnP #592
Comments
Yes, we changed how we check for the binary. Now the plugin looks for Also, we usually advise against installing Biome globally. @victor-teles do you think we can add a configuration where the users can set the path to their own binary? Or is it already there? |
Can you check your node interpreter configuration? |
Yeah @victor-teles it's currently set correctly based on what's available on the dropdown. And @ematipico there is indeed a spot where the binary path can be set, I'm guessing this is what changed? |
Put up a fix at #601, tested it and it works locally. |
Environment information
What happened?
Expected result
I'm guessing there was some check that changed that checks where the package manager is installed and it is expecting the yarn path to be a directory rather than the yarn binary itself.
For reference,
> which yarn /usr/local/bin/yarn
I'm not even sure why it's checking for yarn at all though, as I have installed biome globally using
bun
, so I set the "Biome CLI Path" to that:<userdir>/.bun/bin/biome
.Code of Conduct
The text was updated successfully, but these errors were encountered: