Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4c30d2b

Browse filesBrowse files
MikeMcC399aduh95
authored andcommitted
doc: remove obsolete Boxstarter automated install
PR-URL: #61785 Fixes: #61690 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent df334f7 commit 4c30d2b
Copy full SHA for 4c30d2b

5 files changed

-64Lines changed: 0 additions & 64 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/build-tarball.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-tarball.yml
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
- tsconfig.json
1919
- test/internet/**
2020
- tools/actions/**
21-
- tools/bootstrap/**
2221
- tools/dep_updaters/**
2322
- tools/doc/**
2423
- tools/eslint-rules/**
@@ -48,7 +47,6 @@ on:
4847
- tsconfig.json
4948
- test/internet/**
5049
- tools/actions/**
51-
- tools/bootstrap/**
5250
- tools/dep_updaters/**
5351
- tools/doc/**
5452
- tools/eslint-rules/**
Collapse file

‎.github/workflows/test-macos.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-macos.yml
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
- tsconfig.json
1919
- test/internet/**
2020
- tools/actions/**
21-
- tools/bootstrap/**
2221
- tools/dep_updaters/**
2322
- tools/doc/**
2423
- tools/eslint-rules/**
@@ -49,7 +48,6 @@ on:
4948
- tsconfig.json
5049
- test/internet/**
5150
- tools/actions/**
52-
- tools/bootstrap/**
5351
- tools/dep_updaters/**
5452
- tools/doc/**
5553
- tools/eslint-rules/**
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
-34Lines changed: 0 additions & 34 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -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

812811
To 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
Collapse file

‎tools/bootstrap/README.md‎

Copy file name to clipboardExpand all lines: tools/bootstrap/README.md
-2Lines changed: 0 additions & 2 deletions
This file was deleted.
Collapse file

‎tools/bootstrap/windows_boxstarter‎

Copy file name to clipboardExpand all lines: tools/bootstrap/windows_boxstarter
-24Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.