You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/12/21 21:15:16 UTC

[airavata-django-portal] branch master updated: Add Node.js install requirements to README

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 cfa3260  Add Node.js install requirements to README
cfa3260 is described below

commit cfa3260a8820c72ed01c355d4ed10878e5bacbb3
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Dec 21 16:15:05 2018 -0500

    Add Node.js install requirements to README
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 4bf6435..3e10625 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ also be used as a development environment.
 The Airavata Django Portal is developed with Python 3.6 but should also work
 with 3.4 and 3.5. You'll need one of these versions installed locally.
 
+You'll also need npm 3.6+ to build the JavaScript frontend code.
+Please install [the most recent LTS version of
+Node.js](https://nodejs.org/en/download/).
+
 1.  Checkout this project and create a virtual environment.
 
     ```