-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReferenceError with latest Jekyll (2.5.3) #1
Comments
Would you mind running |
I think this has to do withthe ExecJS runtime... Which are you using? (If you're not sure, just copy the output of
The reason I say this is that your error indicates that the JS runtime can't find
|
After further investigation, it seems this is caused by updating Jekyll to 2.5.3 causing ExecJS to update to 2.4.0. This works perfectly with ExecJS == 2.2.2, as before, but 2.3.0 and 2.4.0 both cause problems of the sort you encountered. I'm not sure whether this is a change in the way ExecJS works or is a bug, but I'll raise an issue upstream. In the meantime I'll specify the version in the Thanks very much for bringing this to my attention. |
Upstream issue: rails/execjs#14 |
@drewsberry Thank you for your investigation! |
With Jekyll 2.5.3, I couldn't build the test site.
The text was updated successfully, but these errors were encountered: