cordova-plugin-code-push icon indicating copy to clipboard operation
cordova-plugin-code-push copied to clipboard

cordova-plugin-file 依赖冲突

Open eternityBUG opened this issue 4 years ago • 2 comments

1571230058(1) The dependent version was too low for me to install other plug-ins

How can I solve this problem

eternityBUG avatar Oct 16 '19 12:10 eternityBUG

In my experience I've had to install the file plugin (manually, with a 6.0.x version), then file-transfer manually, then install code-push. That pattern seems to work for me.

brassier avatar Oct 17 '19 16:10 brassier

image put below to your config.xml. Then code-push hook won't install [email protected]. <plugin name="cordova-plugin-file" spec="6.0.2" />

liuxiaoy avatar May 19 '20 05:05 liuxiaoy