From 528b9f58f5fb7973e69a0390ec8f4e6b8431e007 Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Tue, 28 Jan 2020 21:46:00 +0700 Subject: [PATCH] Update warning about Node versions --- 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