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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
the script throws EBUSY on Windows. On Unix, the directory is deleted without throwing an exception.
This is another cross-platform difference (see #3006) that I'm not sure can/should be normalized by Node or libuv, but I figured I'd report it anyway :)
The text was updated successfully, but these errors were encountered:
Can't be fixed. The cygwin guys have tried this for years.
As a more general note, there are some issues with removing files and directories that we will address. But deleting files that are in use is something that you are not supposed to do on windows, and we won't add crazy hacks to make it possible.
If you run on the command line:
where
script.js
is:the script throws
EBUSY
on Windows. On Unix, the directory is deleted without throwing an exception.This is another cross-platform difference (see #3006) that I'm not sure can/should be normalized by Node or libuv, but I figured I'd report it anyway :)
The text was updated successfully, but these errors were encountered: