From 0c5984c66d464abc47476b92ca0bb0d0f1636c1b Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 10 Dec 2019 12:34:42 +0100 Subject: [PATCH] docs: clarify supported node version --- site/source/docs/installation.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/site/source/docs/installation.md b/site/source/docs/installation.md index f8ec3611d..2362c5d7c 100644 --- a/site/source/docs/installation.md +++ b/site/source/docs/installation.md @@ -15,16 +15,10 @@ Once done, go ahead and [install Embark](#Installing-Embark). ### Node -Please install [Node.js](http://nodejs.org/) in version 10.17.0 LTS or higher. +Please install [Node.js](http://nodejs.org/) in version 10.17.0. {% notification info 'Quick Tip' %} We recommend installing Node using the [Node Version Manager](https://github.com/creationix/nvm/blob/master/README.md). This is because it makes it very easy to install different versions of Node in isolated environments that don't require users to [change their permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) when installing packages. Find instructions on how to install NVM [here](https://github.com/creationix/nvm/blob/master/README.md#install-script). - -Once that is done, we can install and select a specific Node version or use the `--lts` option to get the latest version with long term support like this: - -
$ nvm install --lts
-$ nvm use --lts
-
{% endnotification %} ### IPFS (Optional)