dpogue commented on issue #1395: URL: https://github.com/apache/cordova-android/issues/1395#issuecomment-4398728535
Two things: 1. This error is happening in this block of code: https://github.com/apache/cordova-lib/blob/9518ad38a65822c4e24c633073fdd18c940f18f7/src/plugman/install.js#L152-L161 I'm not sure what's going wrong though, since the file seems to exist and has a hashbang line. But that `isWindows || fs.existsSync` check seems potentially suspicious. 2. We can probably avoid this error entirely by changing the defaultEngines to use the cordova-android version from package.json: https://github.com/apache/cordova-lib/blob/9518ad38a65822c4e24c633073fdd18c940f18f7/src/plugman/util/default-engines.js#L28-L29 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
