From aca3ecfff4a6329573e5f91c4551a5310f9c0974 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 18 Oct 2018 14:32:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ac341b40..d56290fb3 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ ## Build Setup +# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions + ### Install ``` bash # install all dependencies -$ yarn install +$ yarn install --ignore-engines ``` ### Development