MaginSoft / MFileChooser

Cordova/Phonegap plugin that supplies a File Chooser
MIT License
16 stars 48 forks source link

Missing package.json #17

Open bendspoons opened 7 years ago

bendspoons commented 7 years ago

Since cordova 7.x a package.json file is needed. Otherwise it gets an error whle installing.

pingleware commented 5 years ago

To fix this, execute the command

 plugman creatpackagejson ./ name: MFileChooser

and keep the default prompts.

Requires plugman to be installed, see https://blogs.sap.com/2017/08/18/step-by-step-to-create-a-custom-cordova-plugin-for-android-and-consume-it-in-your-ui5-application/

You can install directly from my forked,

cordova plugin add https://github.com/pingleware/MFileChooser.git