tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
179 stars 116 forks source link

UPDATE VERSION on NPM #86

Open tomavic opened 5 years ago

tomavic commented 5 years ago

Please run npm publish and update this plugin from Github repo. Because when I install the plugin it directly get the latest version on npm not GitHub!

and it causes problems when building android platform

thomas550i commented 5 years ago

@tomavic i'm getting problem even installing from git repo any idea ?

Installed like this "cordova plugin add https://github.com/tkyaji/cordova-plugin-crypt-file"

Error : cordova-plugin-androidx-adapter: Processed 66 Java source files in 1017ms Using "requireCordovaModule" to load non-cordova module "path" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.

Android v = 9

tomavic commented 5 years ago

Hi @thomas550i

Don't user Cordova 9 and try to run npm i -g cordova@8.0.0

thomas550i commented 5 years ago

@tomavic We are using cordova-plugin-firebase and it's not working in 8.0.0 they updated to cordova-plugin-firebasex for cordova 9 . so we can't use 8 as of now :(

tomavic commented 5 years ago

Then try to use cordova-plugin-firebase-lib@4.x which is the perfect solution at the mean time. The problem with cordova-plugin-firebasex is that it requires cordova >=9

thomas550i commented 5 years ago

@tomavic thanks for your help :)