Node.js
Node.js is a JavaScript runtime and is used for building applications. In the context of FiveM it is necessary to bundle resources into a single package that can be ran on both the server and client.
- Download (opens in a new tab) and install the LTS version of Node.js.
- Open a command-line terminal (e.g. Terminal, Command Prompt).
- Enter
node --version
to confirm successful installation.