From a4883f0c2e805e8cefb014632ab20ad2ecf6599d Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 22 Aug 2020 13:31:21 -0600 Subject: [PATCH] Note on other versions --- docs/installation/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/manual.md b/docs/installation/manual.md index efa4b307..46fc301d 100644 --- a/docs/installation/manual.md +++ b/docs/installation/manual.md @@ -6,7 +6,7 @@ For Linux environments it's recommended you run the [install script](install-scr do things manually, read on... ## Prerequisites -* [Node.js](https://nodejs.org/) version **v12.x LTS or higher** (Note that 8.x LTS *probably* works but is unsupported). +* [Node.js](https://nodejs.org/) version **v12.x LTS or higher** (Other versions may work but are not supported). * :information_source: It is **highly** recommended to use [Node Version Manager (NVM)](https://github.com/creationix/nvm) to manage your Node.js installation if you're on a Linux/Unix environment. * [Python](https://www.python.org/downloads/) for compiling Node.js packages with native extensions via `node-gyp`.