Update local-backend.md

This commit is contained in:
Sam Joseph 2019-03-11 15:11:10 +00:00 committed by GitHub
parent 2f3f571362
commit fc9466fa36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,12 @@
# Local Installation
Make sure you have a recent version of node - we currently use 10.15.1
```bash
$ node -v
v10.15.1
```
Make sure that you have a recent version of [yarn](https://yarnpkg.com/en/) or [npm](https://www.npmjs.com) installed before you proceed. E.g. we have the following versions:
```bash