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 **deviceready** not getting fired on Browser Platform while running > cordova run browser Getting below message on console: > deviceready has not fired after 5...

When there is any problem in the platform scripts, e.g. because you deleted node_modules, you get this error: ``` MacBook-Pro:cordovaIos5Test2 sujan$ cordova build ios Unable to load PlatformApi from platform....

bug

# Bug Report ## Problem I can't install a plugin from a `.tgz` file created via `npm pack` in a plugin folder. ### What is expected to happen? The plugin...

# Bug Report ## cordova plugin add flags --nosave --nofetch not working ### What is expected to happen? no changes to android.json, ios.json, fetch.json ### What does actually happen? plugin...

# Bug Report ## Problem `cordova plugin add` with searchpath doesn't work. CLI will prompt error code 404 not found. ### Command or Code Suppose I have a locally built...

Just stumbled over these quite elaborate lengths Ionic Appflow goes in its documentation to work around a problem with Cordova CLI: https://ionic.zendesk.com/hc/en-us/articles/360009519314-Managing-local-cordova-plugins-using-a-npmrc-file I couldn't quickly find an issue that properly...

On Windows, this fails: ``` λ cordova plugin add "..\..\Cordova\cordova-plugin-device\" --verbose Invalid attribute predicate ``` but this works: ``` E:\Projects\throwaway\cordovaIonicRestorePluginBug (master -> origin) ([email protected]) λ cordova plugin add "../..\Cordova\cordova-plugin-device/" --verbose...

I noticed some unexpected slowness in the CLI. Is it possible that telemetry calls are sync? See the following output: ``` E:\Projects\throwaway\x4wTest (master -> origin) ([email protected]) λ cordova telemetry on...

question
discussion

Seems the CLI has a bash completion featured: https://github.com/apache/cordova-cli/blob/master/doc/bash.md https://github.com/apache/cordova-cli/blob/master/scripts/cordova.completion Unfortunately those files were last updated 5 years or 4 years ago. Does this still work as expected? If not,...

question
discussion

# Bug Report ## Problem For complicated reasons [1] I am trying to run `cordova platform add https://github.com/apache/cordova-windows` in a temporarily elevated prompt. The way my system is set up,...