I'm trying to initialise a new module in an empty directory just as I have several times before, using dagger init, but for some reason I'm now getting the following error…
moduleSource(refString: ".", disableFindUp: true, allowNotExists: true, requireKind: LOCAL_SOURCE): ModuleSource! 0.0s ERROR
! load user defaults: failed to load outer env file from "../../../../../.env": select: select: lstat /.env: no such file or directory
╰╴▼ Host.file(path: "../../../../../.env"): File! 0.0s ERROR
! select: lstat /.env: no such file or directory
╰╴✘ Directory.file(path: ".env"): File! 0.0s ERROR
! lstat /.env: no such file or directory
Error: failed to check if module already exists: load user defaults: failed to load outer env file from "../../../../../.env": select: select: lstat /.env: no such file or directory
Any idea why this might be?