简体   繁体   中英

ionic unable to add SocialSharing-PhoneGap-Plugin

I am trying to use SocialSharing-PhoneGap-Plugin in my first app development, https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin#web-share-api

I have tried following command :

cordova plugin add SocialSharing-PhoneGap-Plugin

cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git

but It gives me same error , Anyone know what the problem is? 在此处输入图片说明

Some plugins can install in specific versions of cordova.

so please downgrade your cordova version and try to install that plugin again.

if your cordova version is 7+, downgrade to 6.5.0

npm install -g cordova@6.5.0

The plugin name is case sensitive, so the right one is:

cordova plugin rm cordova-plugin-x-socialsharing

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM