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