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