From d67f533fa5172aa702ef568f3ac99aa4d36c4dd9 Mon Sep 17 00:00:00 2001 From: Peter Lewis <820394+peterlewis@users.noreply.github.com> Date: Wed, 9 Jun 2021 13:14:46 +0100 Subject: [PATCH] README: Update node & npm requirements (#1224) Update required `node` and `npm` versions to match what's in package.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa32e6..8b28358 100644 --- a/README.md +++ b/README.md @@ -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`.