Hello, I need to know what version of ionic, cordova and node that I have to install to execute moodlemobile v3.6.1
thank you
What do you mean by "execute moodlemobile"? Are you trying to run it in the browser?
What host operating system are you working with?
what I wanted exactly is to run it on a browser to start, make changes to cutomize the app with our moodle site and at the end run it on an android device and may be ios device too
I'm on windows 8.1
thanks
I have cordova@8.1.2 and ionic@4.5.0 installed globally, each by running `npm install -g` and then that package identifier.
It would be worth following the instructions on Setting up your development environment for Moodle Mobile 2 and see how far you get. Some of that is not up-to-date, but much of it is still relevant.
thank you, could you tell me the version of npm and node you are using ??
I had issues with a more recent version of Node (I believe there was some specific bug affecting the build process), so I actually dug into the archives and used Node v10.10.0. I have NPM v6.5.0.
Obviously staying on older versions long term is not a good idea for security reasons, so I will have to reassess whether the issue is fixed with more recent versions of Node.
I'm not part of the Moodle team or anything to do with Node/NPM, so it's not my bug to fix. I'm just another Moodle site admin trying to make a custom app. (I'm not even sure if the bug is on the Node side or the Moodle build process side.)
I don't recall where I read about using that version of Node to work around the issue, so it will be trial and error to upgrade later and see if we still can build.
Okay, thank you very mutch for your help
hi, what are all the commands do you use to compile and execute on browser or android and ios devices ??