1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 09:38:28 +03:00

Merge pull request #475 from gautamkrishnar/patch-1

npm update should be npm install
This commit is contained in:
Joel Martin 2019-12-04 16:27:22 -05:00 committed by GitHub
commit 82bec830c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```