diff --git a/guide/additional-info/changes-in-v14.md b/guide/additional-info/changes-in-v14.md index d3730527c..c40d9fbdf 100644 --- a/guide/additional-info/changes-in-v14.md +++ b/guide/additional-info/changes-in-v14.md @@ -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 diff --git a/guide/preparations/README.md b/guide/preparations/README.md index ffa3aed64..8144e869e 100644 --- a/guide/preparations/README.md +++ b/guide/preparations/README.md @@ -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. @@ -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