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

postinstall.js does not exit #33

Closed
Huulivoide opened this issue Apr 8, 2019 · 2 comments
Closed

postinstall.js does not exit #33

Huulivoide opened this issue Apr 8, 2019 · 2 comments
Milestone

Comments

@Huulivoide
Copy link
Contributor

postinstall.js file begins by checking for known "will not work" conditions and printing an error message on the console all which end in 'Exiting.' But the script does not exit. Instead it keeps on going until it fails.

My case:
Archlinux upgraded the system ICU to version 64.
Node on Arch is compiled with system-icu → postinstall notices node is using system icu, but still continues on and tries to install icu4c-data@64l resulting in failure to install the package.

Huulivoide added a commit to Huulivoide/full-icu-npm that referenced this issue Apr 9, 2019
@eagleflo
Copy link

I also encountered this on Arch Linux with Node v11.14.

@srl295 srl295 added this to the v1.3.0 milestone May 14, 2019
@srl295
Copy link
Member

srl295 commented May 14, 2019

fixed in #34 via a632e50

@srl295 srl295 closed this as completed May 14, 2019
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

3 participants