From 8a9c83b16386951301cef87adde8344babfbc141 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 15 May 2020 10:09:04 -0400 Subject: clarify cordova version needs (not > 8.x) and cocoapods --- docs/guides/source.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'docs/guides/source.rst') diff --git a/docs/guides/source.rst b/docs/guides/source.rst index 77bb3f0f..1eb67b32 100644 --- a/docs/guides/source.rst +++ b/docs/guides/source.rst @@ -63,9 +63,11 @@ Install cordova and ionic .. code:: bash - npm install -g cordova ionic + npm install -g cordova@8.1.2 ionic npm install @ionic/v1-toolkit --save-dev +Don't install later versions of cordova. I found compilation issues with cordova 9. + And some more: .. code:: bash @@ -75,16 +77,20 @@ And some more: npm install async npm install jshint + (Note you may need to do ``sudo`` depending on how your system is set up. It's `better you don't `__, but if you must, well, you must) -If you get a newer version, you should adjust your cordova version to -the mentioned version above in order to be able to successfully compile -zmNinja. To change the version you can follow these instructions: -`change cordova -version `__ +You also need to install ``cocoapods`` (some of the plugins depend on them): + +.. code:: bash + + sudo gem install cocoapods + +If you don't have ``gem`` that means you need to install ruby. Installing ruby +installs gobs of nonsense. Too bad. Download zmNinja ---------------- -- cgit v1.2.3