-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
🐛 EPERM: operation not permitted node_modules\@biomejs\cli-win32-x64\biome.exe #8
Comments
This seems to be an error related to |
This happens with I don't know if there are ways around it. Maybe the vscode extension could copy the .exe in a temporary location? |
Here's my current understanding of the issue.
I will try to reproduce the issue on a Windows machine. |
happens to me using pnpm as well |
FWIW you can just try deleting |
Indeed, I was able to reproduce. Not sure if this qualifies as a bug per se, but it's definitely an annoyance, so I'll dig more into this. |
Environment information
What happened?
I am getting an unexpected error when trying to install current/new packages using yarn. The problem happens when running the vs code extension while doing this. I suspect that this might because the VSCode extension depends on the installed version of biome in node_modules.
The error is as follows:
Workaround:
Expected result
It should not throw an error when trying to install the packages.
Code of Conduct
The text was updated successfully, but these errors were encountered: