I'm using MFP 7.1 CLI with cordova, when i add a plugin to my project with :
mfp cordova plugin add Toast -d
I can see this line in the log :
MFP_CORDOVA_PATH has not been set. using internal cordova cli
I tried to set this MFP_CORDOVA_PATH but then i have this error :
Implementation for this cordova subcommand has failed or not been provided: plugin
I'd like to upgrade the version of cordova CLI used by MFP, if someone know how to do it? Thank you in advance.