npm update should be npm install
authorGautam krishna R <rgautamkrishna@gmail.com>
Wed, 4 Dec 2019 08:20:34 +0000 (13:50 +0530)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2019 08:20:34 +0000 (13:50 +0530)
README.md

index d0b64ab..b9da137 100644 (file)
--- a/README.md
+++ b/README.md
@@ -590,7 +590,7 @@ mvn -quiet exec:java -Dexec.mainClass=mal.stepX_YYY -Dexec.args="CMDLINE_ARGS"
 
 ```
 cd js
-npm update
+npm install
 node stepX_YYY.js
 ```