PermissionError commented on issue #114: URL: https://github.com/apache/incubator-annotator/issues/114#issuecomment-1314581741
Hi, I have submitted #132 to solve ` 'cp' is not recognized as an internal or external command,`. However, on my Windows system, I still get the following error after that small fix: `Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'd:'` This looks like an issue with `babel-register-esm` and how Windows file paths are structured with the drive letter. AFAICT this loader is only used for the Mocha tests - so I'm currently investigating how I can mitigate these build issues further on Windows. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@annotator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org