From af1d7d8a4751dfdcc0717f752eb07b086a3e7f9c Mon Sep 17 00:00:00 2001 From: Brandon Stewart Date: Tue, 9 Jan 2018 10:45:14 -0700 Subject: [PATCH] Updated Development Environment Setup: macOS (Sierra) (markdown) --- Development-Environment-Setup:-macOS-(Sierra).md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Development-Environment-Setup:-macOS-(Sierra).md b/Development-Environment-Setup:-macOS-(Sierra).md index 71fd942..58cc385 100644 --- a/Development-Environment-Setup:-macOS-(Sierra).md +++ b/Development-Environment-Setup:-macOS-(Sierra).md @@ -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) \ No newline at end of file +[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 +``` \ No newline at end of file