You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/15 09:44:26 UTC

[GitHub] [cordova-lib] raphinesse edited a comment on issue #859: Cordova doesn't work with NPM 7

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.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org