by Fabio Beoni.
Hi Daniel,
ok thanks, I did it... and looks like I could pass that error.
The problem is that I still get a lot of warnings and errors, this is just a sample:
npm WARN engine appium@1.6.3: wanted: {"node":">=4","npm":">=3"} (current: {"node":"0.12.15","npm":"2.15.1"})
npm WARN engine request@2.79.0: wanted: {"node":">= 4"} (current: {"node":"0.12.15","npm":"2.15.1"})
npm WARN engine pngjs@3.0.0: wanted: {"node":">=4.0.0"} (current: {"node":"0.12.15","npm":"2.15.1"})
npm WARN engine punycode@2.0.1: wanted: {"node":">=6"} (current: {"node":"0.12.15","npm":"2.15.1"})
npm WARN engine esprima@3.1.2: wanted: {"node":">=4"} (current: {"node":"0.12.15","npm":"2.15.1"})
Most of the errors I get later are related to the libraries that in this log are warning me that a newer version of node is required.
I'm wondering if the documentation about how to prepare the development environment is updated on this page https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
Many thanks, Fabio.