kim3er commented on issue #756:
URL: https://github.com/apache/cordova-lib/issues/756#issuecomment-631976241


   My have been debugging an issue with my remote builds, which turned out to 
be missing plugins.
   
   I'm using Cordova v9, but the project started life at v4. The issue I faced 
was that plugins that existed locally, weren't being installed when built in 
the cloud (using Azure DevOps).
   
   All the plugins were listed in package.json, but config.xml only included a 
partial list. The cloud build was only installing the partial list from 
config.xml.
   
   Removing all the entries in config.xml resulted in no plugins being 
installed.
   
   Manually listing all the plugins from package.json into config.xml resulted 
in all plugins being installed.
   
   The build environment is macOS latest, Node 8.6.4. The package.json version 
of Cordova is ^9.0.0. All the scripts use Cordova in a local context. Cordova, 
to the best of my knowledge, is not installed globally.
   
   My GIT repo has the follow Cordova related exclusions:
   
   ```
   platforms/
   plugins/
   plugins/android.json
   plugins/ios.json
   www/
   ```


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



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

Reply via email to