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
core] WARNING: Executable file detection not yet supported on 'win32'.
Error: Error processing 'C:\Users\hiepx\small-cosmos\losa\tmp\apps\backend\worker\libs\backend\worker-task\src\tasks\demo.js': Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
`Executable file detection not yet supported on '${process.platform}'.`,
I think it not work well on windows, I try to load file direct using task folder from typescript project on windows and stuck with this error. Should I create new issue?
since I'm developing on Windows, I cannot get realtime update file if I cannot run this code. It's used to work on 0.14 version. I'm running library version instead of CLI, maybe this is the issue?
Please file a separate issue, this issue is unrelated to that problem. Sounds like we just need to add file:// to the beginning of our import() calls. If you also want to raise a fix that would be welcome, as I don't have a Windows development machine so I'd only be guessing.
See #316 (comment)
(To be clear: Graphile Worker works fine under Windows, it's cloning the repository and then contributing to it that doesn't work so well.)
The text was updated successfully, but these errors were encountered: