简体   繁体   中英

Failed to fetch plugin cordova-plugin-mfp-jsonstore via registry

I have tried to install cordova-plugin-jsonstore into a Cordova project. But I am getting the 'Failed to fetch plugin cordova-plugin-mfp-jsonstore via registry'. Check the screenshot.

Command is

cordova plugin add cordova-plugin-mfp-jsonstore

在此处输入图片说明

Please help to solve the issue. Thanks

使用以下命令安装版本8.0.2017070506

cordova plugin add cordova-plugin-mfp-jsonstore@8.0.2017070506

I find the solution for the issue

I have downgraded the version from Cordova 7.0.X to Cordova 6.5.0

like below

npm install -g cordova@6.5.0
cordova -v
6.5.0
cordova plugin add cordova-plugin-mfp-jsonstore

It working fine for me.

I got solution from the link https://developer.ibm.com/answers/questions/385048/facing-issue-while-installing-jsonstore-in-cordova/

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