WordPress LMS for Web and mobile › Forums › WPLMS Student App › Installing necessary packages › Type Script errors Ubuntu
https://screenshots.firefox.com/Iof0Un7dSBFQ4iZH/localhost
Apologies you topic went to spam somewhow,
Try to run this command in your ionic project folder :
npm install [email protected]
fixed
maybe later i will wrote a guide for Ubuntu Linux system
because setup for windows and linux systems very different… i spent 24 hours just for set up
Yes it is not as easy as it looks .different OS different methods but purpose is same is to install all the requires modules .
hi. I have issue with app / i can not take free course from app as a user something like button doesnot work/
put this line in your .htaccess file at the end (.htaccess can be found in root of your site ):
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
IF above does not works then please change the above line to :
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1
its work for me
thanks for sharing the solution .