From e6fd4629d57600c0628aaf8b64042ebb8a9c08c5 Mon Sep 17 00:00:00 2001 From: Vitalii Drohan Date: Sat, 8 Aug 2020 13:20:55 +0300 Subject: [PATCH] Remove node version caution from setup-dev.md --- docs/setup-dev.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup-dev.md b/docs/setup-dev.md index e67cc9cdd4..d64a9787e6 100644 --- a/docs/setup-dev.md +++ b/docs/setup-dev.md @@ -33,8 +33,7 @@ The problem should be solved at this step. ## `Node` & `Yarn` -1. Install `Node`. Be sure to install `Node` v10.20.1 or higher. Lower 10x versions (e.g. v10.16.1) can cause mysterious errors, -which won't look related to the `Node` itself. +1. Install `Node`. 2. Install `yarn`. Instructions can be found on the [official site](https://classic.yarnpkg.com/en/docs/install/).