This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new 2ba71a3 AIRAVATA-3536 Add note to README about Node 16 issue
2ba71a3 is described below
commit 2ba71a34af95b58ba225abb6d5ad1d969af92142
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Nov 11 14:27:28 2021 -0500
AIRAVATA-3536 Add note to README about Node 16 issue
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index ec6692e..04d6bf1 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,12 @@ The Airavata Django Portal works with Python versions 3.6,
3.7, 3.8 and 3.9.
You'll need one of these versions installed locally.
You'll also need Node.js and yarn to build the JavaScript frontend code. Please
-install
-[the most recent LTS version of Node.js](https://nodejs.org/en/download/). You
-can also use [nvm](https://github.com/nvm-sh/nvm) to manage the Node.js
install.
-If you have nvm installed you can run `nvm install && nvm use` before running
-any yarn commands. See [the Yarn package manager](https://yarnpkg.com) for
-information on how to install yarn.
+install [version 14 of Node.js](https://nodejs.org/dist/latest-v14.x/) (there's
+[a known issue with Node
16](https://issues.apache.org/jira/browse/AIRAVATA-3536)).
+You can also use [nvm](https://github.com/nvm-sh/nvm) to manage the Node.js
+install. If you have nvm installed you can run `nvm install && nvm use` before
+running any yarn commands. See [the Yarn package manager](https://yarnpkg.com)
+for information on how to install yarn.
1. Checkout this project and create a virtual environment.