From 81430b0bad9896f26f444175d71f28dd3a48c99c Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 18 Oct 2018 12:54:01 +0200 Subject: [PATCH] fixed install example --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1805a90c..0965e4967 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ Install dependencies: ```bash -yarn install +# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions +yarn install --ignore-engines # -or- -npm install +npm install --ignore-engines ``` Start the GraphQL service: