This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 39a225a  Update README with recommended versions for website build 
dependencies (#438)
39a225a is described below

commit 39a225a103195dab472dc2ebdb29bd9ea98b333f
Author: Matt Rutkowski <[email protected]>
AuthorDate: Wed Jul 8 09:40:18 2020 -0500

    Update README with recommended versions for website build dependencies 
(#438)
    
    * Update README with recommended versions for website build dependencies)
    
    * missing end parens
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5725f65..d0d8990 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,9 @@ Apache OpenWhisk is a cloud-first distributed event-based 
programming service. I
 
 ### Install Prerequisites
 
-- Download and install Node.js: see [https://nodejs.org/](https://nodejs.org/)
-- Download and install Ruby: see 
[https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)
+- Download and install Node.js (recommend v10 LTS): see 
[https://nodejs.org/](https://nodejs.org/)
+- Download and install NPM (recommend v6.14 latest): see 
[https://www.npmjs.com/package/npm](https://www.npmjs.com/package/npm)
+- Download and install Ruby (recommend v2.7 stable): see 
[https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)
 
 ```sh
 # Verify Node and Node Package Manager are installed

Reply via email to