You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@annotator.apache.org by GitBox <gi...@apache.org> on 2022/11/15 00:17:40 UTC

[GitHub] [incubator-annotator] PermissionError commented on issue #114: Can't build on windows

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-unsubscribe@annotator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org