Skip to content
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

EACCES (again) on windows, this time on WSL #133

Open
jakubgwozdz opened this issue Sep 7, 2018 · 0 comments
Open

EACCES (again) on windows, this time on WSL #133

jakubgwozdz opened this issue Sep 7, 2018 · 0 comments

Comments

@jakubgwozdz
Copy link

jakubgwozdz commented Sep 7, 2018

I know that there is a workaround for EACCES or EPERM during rename (caused by sometimes, but not only, A/V software), quote: if (platform === "win32") { ....

Unfortunatelly, when we're using Ubuntu-on-Windows, this process.platform is no longer "win32" (it's "linux" instead) and whole workaround is not working.

My temporary hack is to comment out this condition but obviously this cannot be considered a viable solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant