cordova-cli
cordova-cli copied to clipboard
Apache Cordova CLI
# Bug Report ## Problem ### What is expected to happen? Running cordova config delete removes the key from the config file ### What does actually happen? [mypath]\npm\node_modules\cordova\src\cli.js:139 conf.del(inputArgs[4]); ^...
# Bug Report ## Problem cordova create fails when running under bash on windows. ### What is expected to happen? cordova create creates project ### What does actually happen? Throws...
While other command are expected to alter `config.xml`, `run` is not a command I would expect to change it. When I edit `config.xml` to make the xml consistent or pretty...
It seems that the `edit-config` tag fails to find the plist property `LSApplicationQueriesSchemes`. It throws the error _**"Error: doc.find is not a function [ERROR] An error occurred while running cordova...
# Bug Report ## Problem ### What is expected to happen? Some plugins may include an example app project (demonstrating the plugin functionality) in a subdirectory of their repository. It...
# Feature Request ## Motivation Behind Feature Currently the user does not really see what platform version was installed, only what "version" was pinned and used with `cordova-fetch`: ``` E:\Projects\throwaway\cordovaElectronDevice2...
# Bug Report I'm using cordova to wrap an angular 7 application (Google Firebase) that runs into the error ``` "Requests from this Android client application are blocked." ``` When...
Moved to docs via https://github.com/apache/cordova-docs/pull/977
[Even with telemetry turned off](https://github.com/apache/cordova-cli/issues/405), our CLI seems a bit slow sometimes: ``` C:\Users\Jan>cordova -v | gnomon 1.1532s 8.1.2 ([email protected]) 0.0014s Total 1.1572s C:\Users\Jan>node -v | gnomon 0.0116s v10.15.1 0.0010s...
Currently: ``` λ cordova run --list --emulator Current working directory is not a Cordova-based project. ``` Is there a reason this shouldn't also work outside of a Cordova project?