Vladimir Kotikov created CB-7670:
------------------------------------
Summary: cordova fails to fetch dependent plugin while adding
platform
Key: CB-7670
URL: https://issues.apache.org/jira/browse/CB-7670
Project: Apache Cordova
Issue Type: Bug
Components: CordovaLib, Plugman
Reporter: Vladimir Kotikov
*Repro steps*
cordova create app1
cd app1
cordova plugin add org.apache.cordova.file-transfer
cordova platform add windows
*Expected*
Platform and all dependent plugins installed successfully
*Actual*
I get an error:
{noformat}
Failed to install ‘org.apache.cordova.file-transfer’:Error: 404 Not Found:
org.apache.cordova.file
{noformat}
The problem seems to be in fetching {{file}} as a dependent plugin. It works
fine if file plugin is installed first.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)