update Node.js install guide & MacOS ARM64 tested contributing demo
This commit is contained in:
parent
892396d40f
commit
bbb95357e3
@ -44,7 +44,7 @@ These instructions were tested on the following platforms:
|
||||
| Linux (Steam Deck Holo x64) | `linux-x64` | 2025-01-10 |
|
||||
| Linux (Debian Linux AArch64) | `linux-arm` | 2025-01-14 |
|
||||
| MacOS 14.4 (x64) | `darwin-x64` | 2024-07-12 |
|
||||
| MacOS 15.2 (ARM64) | `darwin-arm` | 2025-01-27 |
|
||||
| MacOS 15.2 (ARM64) | `darwin-arm` | 2025-03-07 |
|
||||
| Windows 10 (x64) + WSL Ubuntu | `win10-x64` | 2024-07-12 |
|
||||
| Windows 11 (x64) + WSL Ubuntu | `win11-x64` | 2025-01-14 |
|
||||
| Windows 11 (ARM) + WSL Ubuntu | `win11-arm` | 2025-02-23 |
|
||||
@ -283,16 +283,19 @@ The message should state that analytics are disabled or destroyed.
|
||||
D) Install NodeJS.
|
||||
|
||||
Open [the official NodeJS site](https://nodejs.org/en/download/) with a web
|
||||
browser and select "Prebuilt Installer" from the Categories dropdown.
|
||||
browser.
|
||||
|
||||
Adjust the next three dropdowns as follows:
|
||||
Adjust the dropdowns as follows:
|
||||
- "Get Node.js®": Select the LTS version (currently `"v22.14.0 (LTS)"`)
|
||||
- "for": Select `"macOS"`
|
||||
|
||||
- "I want the": Select the first LTS option ("v22.11.0 (LTS)" when last tested)
|
||||
- "version of Node.js for": Select "macOS"
|
||||
- "running": Select "x64" for Intel Macs or "ARM64" for Apple Silicon Macs
|
||||
Then scroll down to `"Or get a prebuilt Node.js® for"` section and:
|
||||
- Select `"macOS"` from the first dropdown
|
||||
- Select `"ARM64"` for Apple Silicon Macs or `"x64"` for Intel Macs from the second dropdown
|
||||
- Click the green <span style={{backgroundColor: '#417E38', padding: '0.4rem 0.4rem', borderRadius:
|
||||
'0.25rem', color: 'white'}}>macOS Installer (.pkg)</span> button to download the installer
|
||||
|
||||
Click the green Download button to download the package. After the download
|
||||
finishes, open the package and follow the steps to install NodeJS
|
||||
After the download finishes, open the package and follow the steps to install NodeJS.
|
||||
|
||||
:::note pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user