-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
macOS Installer for Node 8.9.4 LTS Garbles a Line in License Agreement #17965
Comments
cc @gibfahn |
Introduced in v8.7.0, so probably caused by eebb2d7 |
Easy repro: v=8.7.0; curl -sLO https://nodejs.org/download/release/v$v/node-v$v.pkg; o node-v$v.pkg |
It seems there might be an issue with pkgbuild in later macOS versions. I'm on |
I'm on @nodejs/platform-macos could anyone with a kernel version between 17.3 (High Sierra) and 16.7 try the installer and see if you see the same glitching? |
16.7 is Sierra so there might not be anything in between. |
@apapirovski when you say there's an issue with pkgbuild, do you mean there's an issue with building the pkg, or with running it? I thought pkgbuild was only used to build the pkg. |
@gibfahn I just mean that there's an issue with the actual pkg generated and it's interaction with the platform running it. |
I built a package on my machine, and it still glitches for me, @apapirovski could you check that you don't see the glitch with it? If this is a High Sierra problem, I guess someone needs to raise a bug against Apple. I'm not entirely sure how that's done. |
No issues on Sierra. Wonder if we could do anything with the |
Yeah me neither. Now I've reproduced I'll try adding newlines and see if that helps. |
I try to reproduce this problem in High Sierra V10.13.2. Works just fine without any garbling! |
Let's shut this down. Not much to be done here. |
N/A but occurs with the macOS installer for the 8.9.4 LTS release
uname -a
Darwin Zeromus.local 17.3.0 Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64
macOS Installer
In displaying the Software License Agreement in the Node installer it looks like two lines got garbled together onto one thus obscuring both lines. This also occurs when the SLA is printed to PDF. See the attached screenshot and PDF for the garbled lines.
node_sla_page_one.pdf
The text was updated successfully, but these errors were encountered: