From 9cce0666a2305d5f2add856b3e027b4aae195bab Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Wed, 29 Jan 2020 05:22:10 +0700 Subject: [PATCH] docs: update warning about Node versions (#225) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28c931d..4016e45 100755 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ npm install --save-dev cross-env > WARNING! Make sure that when you're installing packages that you spell things > correctly to avoid [mistakenly installing malware][malware] -> NOTE : Version 6 of cross-env only supports Node.js 8 and higher, to use it on -> Node.js 7 or lower install version 5 `npm install --save-dev cross-env@5` +> NOTE : Version 7 of cross-env only supports Node.js 10 and higher, to use it on +> Node.js 8 or lower install version 6 `npm install --save-dev cross-env@6` ## Usage