doc: remove obsolete Boxstarter automated install #61785
+0
−64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #61690
Current situation
The BUILDING > Option 3: Automated install with Boxstarter document section includes instructions with an associated script to automatically install dependencies on Windows required to build Node.js.
These instructions are non-working: the script fails to install the necessary Visual Studio workload and optional components. Instead it reports an "Unhandled Exception".
Background
The last release of chocolatey/boxstarter was 3.0.3 in Oct 6, 2023. It is bundled with
choco@1.1.0, not the current chocolatey@2.6.0.Boxstarter is only compatible with the legacy Windows PowerShell 5, not with PowerShell 7 (see issue chocolatey/boxstarter#353 from Oct 2018).
Given the outdated nature of the Boxstarter release, it seems unlikely that there will be a new release that solves the above issues.
Node.js history
The Boxstarter automated install script was introduced to Node.js in Nov 2017.
Later, in Sep 2024, a set of WinGet configuration scripts was added that offered an alternative to the Boxstarter script.
Change
Remove:
the BUILDING > Option 3: Automated install with Boxstarter documentation section
the directory tools/bootstrap containing the tools/bootstrap/windows_boxstarter script
GitHub Actions workflow references to tools/bootstrap
Alternatives
Dependencies for Windows builds can be installed by following the remaining instructions in the BUILDING > Windows prerequisites section: