raphinesse edited a comment on issue #859: URL: https://github.com/apache/cordova-lib/issues/859#issuecomment-709048834
One approach would be to first resolve everything we need to manifests (which contain the package ID) and tarballs, then install everything in one go. Our custom plugin dependency resolution will probably be a challenge, as usual. Here's an [example](https://runkit.com/embed/ysgicmug7lz7) on how to get a manifest with npm's `pacote`. It also has builtin caching, so we should be able to pull this off without hitting the network multiple times for one package. If done properly this has the potential to greatly improve our prepare speed in various scenarios, so there might come something good of it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
