cordova-cli icon indicating copy to clipboard operation
cordova-cli copied to clipboard

Apache Cordova CLI

Results 79 cordova-cli issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Problem Currently to re-compile the *.js of a local plugin the following chain of commands needs to performed: ``` cordova plugin rm cordova-plugin-name && cordova plugin...

# Bug Report Changes which are made in `.xcodeproj` by plugin in `before_compile` hook are rewritten by Сordova build scripts. ## Problem I have a project that uses BlackBerry Dynamics...

# Bug Report ## Problem Plugins are not copied to platforms folders after delete repo, clone it again and build platforms ### What is expected to happen? Plugins is succesfully...

# Feature Request ## Motivation Behind Feature Many plugins do work only in a specific platform and crash in other platforms during build. Furthermore many plugins are specifically designed to...

# Bug Report ## Problem Plugins are not restored from `package.json`. They are only restored if listed in `config.xml` but since Cordova 9 plugins are to be managed with `package.json`....

# Bug Report ## Problem In package.json, cordova plugin list is not sorted. Makes things hard to understand when adding new plugins. ![Screen Shot 2019-04-04 at 12 35 36 pm](https://user-images.githubusercontent.com/9585787/55531930-28434c80-56d6-11e9-8c6b-6d71cc96e1b4.png)...

enhancement

# Bug Report Something seems to have changed in cordova 10 with respect to `cordova plugin remove` when there are dependencies. This new behavior makes it difficult for plugin authors...

# Bug Report Cordova not properly installed or conflicting with powershell 7 ## Problem Can't use cordova on my windows 10 PC ### What is expected to happen? After installing...

We had this file in Cordova 8 but must have missed it for the release of Cordova 9. As discussed before, this is important to make the release immutable. This...

# Bug Report It would appear the cordova cli always returns an exit code of 0. I have found this related post which describes a similar issue: https://issues.apache.org/jira/browse/CB-13959 ## Problem...