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

Node 10.13.0 LTS installer for Windows bootloop when NODE_OPTIONS set #24360

Closed
idsplus-carlos opened this issue Nov 14, 2018 · 2 comments · Fixed by jberezanski/ChocolateyPackages#56

Comments

@idsplus-carlos
Copy link

  • Version: v10.13.0
  • Platform: Windows 7 SP1 64-bit
  • Subsystem: Installer

Installer for v10.13.0 LTS bootloops much in the same fashion as the v11 version (#23838).
As this particular case seems only partially related to the other one i'm opening a new issue, please feel free to close and reference if you feel it's a duplicate.

Node installer, or, more precisely, Boxtarter, fails to install all the dependencies when NODE_OPTIONS variable is set (with --max-old-space-size=4096) which in turn causes an infinite bootloop.

It seems electron segfaults when NODE_OPTIONS is set (electron/electron/issues/12695), and thus vs_community fails to install. Then choco is unable to complete the install sequence.
Unsetting NODE_OPTIONS allows the process to complete correctly, so i suggest unsetting it as part of the install process until VS developers fix it upstream.

@joaocgreis
Copy link
Member

@idsplus-carlos thanks for the investigation you did before opening this, it made reproducing and understanding the issue very easy! Thanks for reporting!

PR to fix: jberezanski/ChocolateyPackages#56

@joaocgreis
Copy link
Member

Fixed by jberezanski/ChocolateyPackages#56, already released.

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

Successfully merging a pull request may close this issue.

2 participants