Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135883628 This issue arises because [common.copyFileNew] (https://github.com/apache/cordova-lib/blob/dff78b0779444d06e259140694e07d5e8c5f5308/cordova-lib/src/plugman/platforms/common.js#L64) throws an exception when it tries to copy a file that already exists, having been placed there by a previously installed plugin. So, I'm curious why does this not show up when we do the copying in serial, but shows up when we do it in parallel ? Seems fishy to me.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org