I am developing a project which includes several packages with dependencies, working in Windows 11 (Powershell)
I recently starting testing things from WSL, working on the same, mounting directory
Now, the project works fine in WSL, but I’m getting errors in Windows:
ERROR: LoadError: The following 1 direct dependency failed to precompile:
<a_sub_package>
Error: Missing source file for Base.PkgId(Base.UUID("<...a_uuid...>"), "a_sub_package"
in expression starting at <source_file>:1
AI agents suggested rebuilding the precompile directory, but that didn’t help