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
Reason for ask is I'm hitting into the follow error while compiling my project
2025-10-02 02:07:54 ValueError: path is on mount 'U:', start on mount 'D:'
This was due to my emsdk resides under U:/ and em_cache folder(actual) reside under D:/
However I have set shortcut (symbolic links) under U:/refs/em_cache/ via the EM_CACHE environment.
However it seems the resolve function return actual path instead of symbolic links path instead.
Hence wanted to check if it is okay for us to set the cache via (symbolic links)