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
Node 10 on Windows throws a EPERM when we fs.stat on a symlink to a directory. We work around this by recursively readlink on symlinks found by source, but we can remove this workaround when we drop Node 10 support.
Node 10 on Windows throws a EPERM when we
fs.stat
on a symlink to a directory. We work around this by recursively readlink on symlinks found by source, but we can remove this workaround when we drop Node 10 support.Originally posted by @phated in #333 (comment)
The text was updated successfully, but these errors were encountered: