Notes on Node.js 10.x LTS

This commit is contained in:
Bryan Ashby
2018-11-05 22:49:27 -07:00
parent a14c0f42af
commit 8182146574
4 changed files with 4 additions and 4 deletions

View File

@@ -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 **v6.x or higher**
* [Node.js](https://nodejs.org/) version **v10.x LTS or higher** (Note that 8.x LTS *probably* works but is unsupported).
* :information_source: It is **highly** recommended to use [nvm](https://github.com/creationix/nvm) to manage your
Node.js installation if you're on a Linux/Unix environment.