WordPress LMS for Web and mobile › Forums › Ionic App Support › Some Problems › Reply To: Some Problems

Alex
Well the storage plugin is necessary . ANd its working for me on my local setup of ionic .
to check h5p video issue can you please specific the format of the video as well as share the wp- admin credentials to check this in app .
This is my ionic environment on my local setup :
cli packages: (C:\Users\99fus\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 2.1.4
Cordova Platforms : android 6.2.3
Ionic Framework : ionic-angular 3.6.1
System:
Node : v6.11.3
npm : 3.10.10
OS : Windows 10
Environment Variables:
ANDROID_HOME : not set
Misc:
backend : pro
Here is what you can try to do to get it working :
Take backup of all ionic setup then
rename the node_modules folder in your ionic project (where src folder is) to node_modules_BACKUP and also rename the package.json file to package_BACKUP.json .
then download the package.json file from here : https://bit.ly/2I2F732
Then place it in your ionic project .
Then in terminal of cmd run :
npm install
Then run this command in your ionic project :
ionic cordova platform rm android
ionic cordova platform add [email protected]