Skip to content
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

Fails on MacOS Ventura #812

Open
PaulWagener opened this issue Jan 10, 2023 · 0 comments
Open

Fails on MacOS Ventura #812

PaulWagener opened this issue Jan 10, 2023 · 0 comments

Comments

@PaulWagener
Copy link

Running tscc fails on MacOS Ventura (13.0) with the following error:

TSCC: tsickle uses a custom tslib optimized for closure compiler. importHelpers flag is set.
⡂⢘ Closure Compiler 00:02Error: write EPIPE
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
error Command failed with exit code 1.

The issue is that the compiler binary gives a segmentation fault:

./node_modules/google-closure-compiler-osx/compiler
[1]    16039 segmentation fault  ./node_modules/google-closure-compiler-osx/compiler

This issue has been described & fixed in an issue in the google-closure-compiler-npm repository: google/closure-compiler-npm#265

This problem can be fixed by upgrading to the latest version of google-closure-compiler-osx, there is already a dependabot pull request which does this: #790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant