Skip to content

Commit

Permalink
chore: Update required Node version texts (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtull authored Sep 7, 2024
1 parent d6f9b5c commit 50c8cfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guide/additional-info/changes-in-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Before you start

v14 requires Node 16.11.0 or higher to use, so make sure you're up to date. To check your Node version, use `node -v` in your terminal or command prompt, and if it's not high enough, update it! There are many resources online to help you with this step based on your host system.
Make sure you're using the latest LTS version of Node. To check your Node version, use `node -v` in your terminal or command prompt, and if it's not high enough, update it! There are many resources online to help you with this step based on your host system.

### Various packages are now included in v14

Expand Down
6 changes: 3 additions & 3 deletions guide/preparations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Installing Node.js

To use discord.js, you'll need to install [Node.js](https://nodejs.org/). discord.js v14 requires Node v16.11.0 or higher.
To use discord.js, you'll need to install the latest LTS version of [Node.js](https://nodejs.org/).

::: tip
To check if you already have Node installed on your machine \(e.g., if you're using a VPS\), run `node -v` in your terminal. If it outputs `v16.11.0` or higher, then you're good to go! Otherwise, continue reading.
To check if you already have Node installed on your machine \(e.g., if you're using a VPS\), run `node -v` in your terminal. It is recommended to use the latest LTS version of Node.
:::

On Windows, it's as simple as installing any other program. Download the latest version from [the Node.js website](https://nodejs.org/), open the downloaded file, and follow the steps from the installer.
Expand Down Expand Up @@ -40,7 +40,7 @@ On macOS, either:

On Linux, you can quickly open the terminal with `Ctrl + Alt + T`.

With the terminal open, run the `node -v` command to make sure you've successfully installed Node.js. If it outputs `v16.11.0` or higher, great!
With the terminal open, run the `node -v` command to make sure you've successfully installed Node.js.

### Initiating a project folder

Expand Down

0 comments on commit 50c8cfe

Please sign in to comment.