breautek commented on issue #1757: URL: https://github.com/apache/cordova-android/issues/1757#issuecomment-2590528342
When using the cordova command line directly, you should be able to tack on `--verbose` to get the underlying error. The `TypeError [ERR_INVALID_ARG_TYPE]` is an error from our error handler trying to pass off code to sometihng that expects a number, when sometimes the error code is a string. It can result from any underlying error. If you're using third-party tooling, you'll will have to consult their documentation to see how `--verbose` flag can be passed through to the cordova CLI command(s). The bug that results in the type error is fixed, but still pending a patch release. So alternatively, installing the nightly version of cordova may also work for determining the underlying error. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org