-
Notifications
You must be signed in to change notification settings - Fork 282
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
ExecJS can't find JavaScriptCore in macOS 10.15 (Catalina) #88
Comments
paulmakepeace
pushed a commit
to paulmakepeace/execjs
that referenced
this issue
Apr 9, 2020
('Current' symlinks to 'A') `PASSED: test:javascriptcore` Addresses rails#88
+1 |
1 similar comment
+1 |
+1 |
+1 |
macOS 10.15, same error from python module PyExecJS:
|
Fixed in #98 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
runtimes.rb:30 is looking in
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc
...but it's now in,
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Helpers/jsc
Bonus: use
Current
instead ofA
:The text was updated successfully, but these errors were encountered: