diff --git a/README.md b/README.md index 3ac341b40..0a2761300 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ ## Build Setup + ### Install ``` bash +# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions # install all dependencies -$ yarn install +$ yarn install --ignore-engines ``` ### Development