I am working on project which is based on Ionic-v3 and MFP version 2017090705.
I have defined the correct version in config.xml and package.json. But still whenever i am doing a clean install (i.e. removing node_modules folder and removing plugins folder), somehow the latest version of mfp getting picked.
Steps:
- npm install
- ionic cordova prepare
(During this step, iOS - 4.5.4 picked from config.xml and start updating plugins. But for cordova-plugin-mfp instead of 8.0.2017090705, its picking up another version with following message - "Plugin dependency "cordova-plugin-mfp@8.0.2019050614" already fetched, using that version." )
How could i remove the already fetched plugin dependency?
Note - Its coming even if i removed iOS platform using (ionic cordova platform rm ios). and also deleted plugins and node_modules folder.
(This started happening after i changed the Xcode from 9 to Xcode 10)