Skip to content

Commit 401b9af

Browse files
authored
Merge pull request sagarkarira#23 from StevenBlack/master
Specify NodeJS 12 as a requirement.
2 parents 5bcd9ec + f843313 commit 401b9af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "npm run lint"
2323
},
2424
"engines": {
25-
"node": "12.x"
25+
"node": ">=12.x"
2626
},
2727
"author": "[email protected]",
2828
"license": "ISC",

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ curl https://corona-stats.online?format=json
6161

6262
## Local Command (For coloured output)
6363

64-
### Install
64+
Note: NodeJS version 12 recommended. You can download it [here](https://nodejs.org/en/download/).
65+
66+
**Install**
6567

6668
``` sh
6769
npm install coronavirus-tracker-cli -g

0 commit comments

Comments
 (0)