@@ -38,7 +38,6 @@ file a new issue.
3838 * [ Windows Prerequisites] ( #windows-prerequisites )
3939 * [ Option 1: Manual install] ( #option-1-manual-install )
4040 * [ Option 2: Automated install with WinGet] ( #option-2-automated-install-with-winget )
41- * [ Option 3: Automated install with Boxstarter] ( #option-3-automated-install-with-boxstarter )
4241 * [ Building Node.js] ( #building-nodejs-2 )
4342 * [ Using ccache] ( #using-ccache )
4443 * [ Android] ( #android )
@@ -726,39 +725,6 @@ To install Node.js prerequisites from PowerShell Terminal:
726725winget configure .\.configurations\configuration.dsc.yaml
727726```
728727
729- ##### Option 3: Automated install with Boxstarter
730-
731- A [ Boxstarter] ( https://boxstarter.org/ ) script can be used for easy setup of
732- Windows systems with all the required prerequisites for Node.js development.
733- This script will install the following [ Chocolatey] ( https://chocolatey.org/ )
734- packages:
735-
736- * [ Git for Windows] ( https://chocolatey.org/packages/git ) with the ` git ` and
737- Unix tools added to the ` PATH `
738- * [ Python 3.x] ( https://chocolatey.org/packages/python )
739- * [ Visual Studio 2022 Build Tools] ( https://chocolatey.org/packages/visualstudio2022buildtools )
740- with [ Visual C++ workload] ( https://chocolatey.org/packages/visualstudio2022-workload-vctools )
741- * [ NetWide Assembler] ( https://chocolatey.org/packages/nasm )
742-
743- To install Node.js prerequisites using
744- [ Boxstarter WebLauncher] ( https://boxstarter.org/weblauncher ) , visit
745- < https://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter >
746- with a supported browser.
747-
748- Alternatively, you can use PowerShell. Run those commands from
749- an elevated (Administrator) PowerShell terminal:
750-
751- ``` powershell
752- Set-ExecutionPolicy Unrestricted -Force
753- iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1'))
754- get-boxstarter -Force
755- Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter -DisableReboots
756- refreshenv
757- ```
758-
759- The entire installation using Boxstarter will take up approximately 10 GB of
760- disk space.
761-
762728#### Building Node.js
763729
764730* Remember to first clone the Node.js repository with the Git command
0 commit comments