fixed install example

This commit is contained in:
Grzegorz Leoniec 2018-10-18 12:54:01 +02:00 committed by GitHub
parent 43707a4fcb
commit 81430b0bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: