@@ -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 )
@@ -811,39 +810,6 @@ winget configure .\.configurations\configuration.dsc.yaml
811810
812811To add optional components for MSI or ARM64 builds, refer to [ Option 1: Manual install] ( #option-1-manual-install ) .
813812
814- ##### Option 3: Automated install with Boxstarter
815-
816- A [ Boxstarter] ( https://boxstarter.org/ ) script can be used for easy setup of
817- Windows systems with all the required prerequisites for Node.js development.
818- This script will install the following [ Chocolatey] ( https://chocolatey.org/ )
819- packages:
820-
821- * [ Git for Windows] ( https://chocolatey.org/packages/git ) with the ` git ` and
822- Unix tools added to the ` PATH `
823- * [ Python 3.x] ( https://chocolatey.org/packages/python )
824- * [ Visual Studio 2022 Build Tools] ( https://chocolatey.org/packages/visualstudio2022buildtools )
825- with [ Visual C++ workload] ( https://chocolatey.org/packages/visualstudio2022-workload-vctools )
826- * [ NetWide Assembler] ( https://chocolatey.org/packages/nasm )
827-
828- To install Node.js prerequisites using
829- [ Boxstarter WebLauncher] ( https://boxstarter.org/weblauncher ) , visit
830- < https://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter >
831- with a supported browser.
832-
833- Alternatively, you can use PowerShell. Run those commands from
834- an elevated (Administrator) PowerShell terminal:
835-
836- ``` powershell
837- Set-ExecutionPolicy Unrestricted -Force
838- iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1'))
839- get-boxstarter -Force
840- Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter -DisableReboots
841- refreshenv
842- ```
843-
844- The entire installation using Boxstarter will take up approximately 10 GB of
845- disk space.
846-
847813#### Building Node.js
848814
849815* Remember to first clone the Node.js repository with the Git command
0 commit comments