You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@idsplus-carlos thanks for the investigation you did before opening this, it made reproducing and understanding the issue very easy! Thanks for reporting!
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.
The text was updated successfully, but these errors were encountered: