From 25b4d0e2e8d55682dea95b49c49b0b3d632fe2df Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 9 Nov 2019 01:34:31 +0000 Subject: [PATCH] Update build notes --- build-notes.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/build-notes.md b/build-notes.md index 9a1552d..2f770c6 100644 --- a/build-notes.md +++ b/build-notes.md @@ -1,7 +1,22 @@ -# thrrgilag's personal development environment This is my attempt to document how my current development space for Goober is setup ## Node.js +Currently builds only work with Node v10, I suspect mostly a result of the older version of Ionic that is being used. I'm using Node Version Manager ([NVM](https://github.com/nvm-sh/nvm#installation-and-update)) manage my local node install. + +```bash +nvm install v10.17.0 +npm install -g cordova ionic@3 +``` + +## Java +I'm using the OpenJDK 8 development packages available for my system (currently Ubuntu 19.10). + +```bash +sudo apt install openjdk-8-jdk +``` + +## Gradle +The latest binary install from https://gradle.org/ which at the time of this document is 5.6.4 works just fine. Unzip into a suitable location and add to your path. ## Android