cordova-plugin-crypt-file - requireCordovaModule error
I had the same problem. You need to downgrade cordova to the version 8.1.2
npm uninstall -g cordova
npm cache clean --force
npm i -g [email protected]
Please use the following plugin:
https://github.com/PeterHdd/cordova-plugin-crypto-file
It is based on the cordova-plugin-crypt-file
.
The above plugin was made to work with cordova-plugin-ionic-webview
, I have updated the plugin and now it works with cordova 9, so there is no need to downgrade.
To install it do the following:
npm i cordova-plugin-crypto-file@latest
latest version 1.4.0 fixes the cordova 9 issue.