You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: