README: Update node & npm requirements (#1224)

Update required `node` and `npm` versions to match what's in package.json
This commit is contained in:
Peter Lewis 2021-06-09 13:14:46 +01:00 committed by GitHub
parent 437ae55d2e
commit d67f533fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ through the numerous open tabs when I was using [Facebook Messenger](https://mes
## Installation
- macOS 10.9+ / Windows / Linux
- [Node.js](https://nodejs.org/) `>= 10` and npm `>= 6`
- [Node.js](https://nodejs.org/) `>= 12.9` and npm `>= 6.9`
- Optional dependencies:
- [ImageMagick](http://www.imagemagick.org/) or [GraphicsMagick](http://www.graphicsmagick.org/) to convert icons.
Make sure `convert` and `identify` or `gm` are in your system `$PATH`.