cordova-cli
cordova-cli copied to clipboard
Apache Cordova CLI
I've got some npm scripts to make it easier to build and launch our android and ios apps. The android one is working great, but the ios one throws an...
Bonjour, voilà environ 2 semaines je ne trouve pas de solution à mon problème j'ai besoin d'aide svp C:\Users\LENOVO\ProjetIonic>ionic cordova platform add android > cordova.cmd platform add android C:\Users\LENOVO\AppData\Roaming\npm\node_modules\cordova\node_modules\windows-release\node_modules\execa\index.js:347 throw...
# Bug Report (or feature?) ## Problem When using `target` in `` tag of `config.xml` the path location is unclear looking at the documentation. ### What is expected to happen?...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
# Bug Report ## Problem ```cordova plugin rm``` gives ```variables missing``` error for variables already specified in command. ### What is expected to happen? It should not give the error...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Problem I am trying to adapting our product with Cordova CLI 10. After upgrading to CLI 10.0, when adding plugin in cordova project using '--searchpath' parameter, query on registry...
Copied from https://github.com/apache/cordova/issues/252 # Bug Report When I use a clean installation of my project and run `cordova platform add android` my `package.json` file gets changed significantly, and incorrectly. ###...
### Platforms affected Docs ### Motivation and Context Mixed default values for `create` between cli doc, cordova-android and cordova-ios. ### Description After reviewing the various values used in cordova-android and...
# Feature Request ## Motivation Behind Feature On my project, a `cordova prepare` step can take a lot of time (mainly because of cocoapods which takes minutes to install all...