| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent df334f7 commit 4c30d2b
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,6 @@ on: | |||
| 18 | 18 | - tsconfig.json | |
| 19 | 19 | - test/internet/** | |
| 20 | 20 | - tools/actions/** | |
| 21 | - - tools/bootstrap/** | ||
| 22 | 21 | - tools/dep_updaters/** | |
| 23 | 22 | - tools/doc/** | |
| 24 | 23 | - tools/eslint-rules/** | |
@@ -48,7 +47,6 @@ on: | |||
| 48 | 47 | - tsconfig.json | |
| 49 | 48 | - test/internet/** | |
| 50 | 49 | - tools/actions/** | |
| 51 | - - tools/bootstrap/** | ||
| 52 | 50 | - tools/dep_updaters/** | |
| 53 | 51 | - tools/doc/** | |
| 54 | 52 | - tools/eslint-rules/** | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,6 @@ on: | |||
| 18 | 18 | - tsconfig.json | |
| 19 | 19 | - test/internet/** | |
| 20 | 20 | - tools/actions/** | |
| 21 | - - tools/bootstrap/** | ||
| 22 | 21 | - tools/dep_updaters/** | |
| 23 | 22 | - tools/doc/** | |
| 24 | 23 | - tools/eslint-rules/** | |
@@ -49,7 +48,6 @@ on: | |||
| 49 | 48 | - tsconfig.json | |
| 50 | 49 | - test/internet/** | |
| 51 | 50 | - tools/actions/** | |
| 52 | - - tools/bootstrap/** | ||
| 53 | 51 | - tools/dep_updaters/** | |
| 54 | 52 | - tools/doc/** | |
| 55 | 53 | - tools/eslint-rules/** | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,6 @@ file a new issue. | |||
| 38 | 38 | * [Windows Prerequisites](#windows-prerequisites) | |
| 39 | 39 | * [Option 1: Manual install](#option-1-manual-install) | |
| 40 | 40 | * [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) | ||
| 42 | 41 | * [Building Node.js](#building-nodejs-2) | |
| 43 | 42 | * [Using ccache](#using-ccache) | |
| 44 | 43 | * [Android](#android) | |
@@ -811,39 +810,6 @@ winget configure .\.configurations\configuration.dsc.yaml | |||
| 811 | 810 | ||
| 812 | 811 | To add optional components for MSI or ARM64 builds, refer to [Option 1: Manual install](#option-1-manual-install). | |
| 813 | 812 | ||
| 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 | - | ||
| 847 | 813 | #### Building Node.js | |
| 848 | 814 | ||
| 849 | 815 | * Remember to first clone the Node.js repository with the Git command | |
| Back | FazBrowse Home | New Git URL |
0 commit comments