Open erayalakese opened 8 years ago
That is likely coming from one of the JavaScript checks. If you're doing solely PHP development you can disable the Rails checks:
$ pre-commit disable git checks rails
Or if you do want the JavaScript checks to run, try installing the execjs
gem
$ gem install execjs