diff --git a/installation.mdx b/installation.mdx
index 0bd773f9c..6e357d7a9 100644
--- a/installation.mdx
+++ b/installation.mdx
@@ -17,7 +17,7 @@ icon: "terminal"
## Installing the CLI
- **Prerequisite**: Please install [Node.js](https://nodejs.org/en) (version 19 or higher) before proceeding.
+ **Prerequisite**: Please install [Node.js](https://nodejs.org/en) before proceeding.
@@ -159,7 +159,7 @@ If you use JetBrains, we recommend the [MDX IntelliJ IDEA plugin](https://plugin
This may be due to an outdated version of node. Try the following:
1. Remove the currently-installed version of the mint CLI: `npm remove -g mint`
- 2. Upgrade to Node v19 or higher.
+ 2. Upgrade to Node.js.
3. Reinstall the mint CLI: `npm install -g mint`
diff --git a/quickstart.mdx b/quickstart.mdx
index 3cd324529..536b48cc0 100644
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -100,7 +100,7 @@ pnpm add -g mint
- You need Node.js version 19 or higher installed on your machine. If you encounter installation issues, check the troubleshooting guide.
+ You need Node.js installed on your machine. If you encounter installation issues, check the troubleshooting guide.
### Edit the Documentation