This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 3b1ff9dd24375c78f4799b71322754c22a4d239b Author: Marcus Christie <[email protected]> AuthorDate: Thu Nov 11 14:30:06 2021 -0500 AIRAVATA-3536 Restore original Node version notes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04d6bf1..ec6692e 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 [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. +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. 1. Checkout this project and create a virtual environment.
