1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00

npm update should be npm install

This commit is contained in:
Gautam krishna R 2019-12-04 13:50:34 +05:30 committed by GitHub
parent 652c63f3dc
commit 1b203dedb4
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
```