Updated Development Environment Setup: macOS (Sierra) (markdown)

Brandon Stewart
2018-01-09 10:45:14 -07:00
parent e4550f3cdd
commit af1d7d8a47

@@ -217,4 +217,16 @@ ImageMagick: used by Spree to create and manipulate images
Karma: a test runner for pure javascript (which we use to test our AngularJS)
[Karma Guide](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Karma)
[Karma Guide](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Karma)
## Troubleshooting
If you run into an issue with the libv8 gem after running the bundle command:
```
$ gem install libv8 -v 3.16.14.11 -- --with-system-v8
```
or
```
$ gem install libv8 -v 3.16.14.11 -- --with-system-v8
```