You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Install** the Node.js from the [official website](https://nodejs.org/en/download/).
69
+
**Install Node.js**via your distribution's package manager, or download the current LTS build from the [official website](https://nodejs.org/en/download).
70
70
71
71
[OPTION END]
72
72
@@ -81,6 +81,8 @@ node -v
81
81
npm -v
82
82
```
83
83
84
+
> This tutorial requires **Node.js 20 LTS or later**. If `node -v` reports an older version, install a current Long-Term Support release before continuing.
85
+
84
86
### Install the cloud MTA build tool
85
87
86
88
@@ -100,10 +102,12 @@ npm install -g mbt
100
102
[OPTION END]
101
103
[OPTION BEGIN [Mac]]
102
104
105
+
> This tool depends on [GNU make](https://www.gnu.org/software/make/). On macOS it is provided by the Xcode Command Line Tools — run `xcode-select --install` if it is not already installed.
106
+
103
107
[OPTION END]
104
-
[OPTION BEGIN [Other]]
108
+
[OPTION BEGIN [Linux]]
105
109
106
-
> This tool depends on [GNU make](https://www.gnu.org/software/make/) that is most likely already installed when you use a Unix-based OS. In case this tool is not installed on your machine, install it from [here](http://ftp.gnu.org/gnu/make/).
110
+
> This tool depends on [GNU make](https://www.gnu.org/software/make/), which is most likely already installed on a Unix-based OS. If it is missing, install it with your distribution's package manager (for example, `sudo apt install make`).
**Install**git with your distribution's package manager (for example, `sudo apt install git`), or download it from the [official website](https://git-scm.com/downloads).
0 commit comments