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 was archived by the owner on Oct 12, 2022. It is now read-only.
FYI it seems that the new node.js 6 fs.realPath implementation uses a native method from lib uv and I verified that this returns the proper casing of a path on Mac and Windows!
So it seems the workaround for having to go through all parent directories to find their proper casing is no longer needed.