Skip to content

Commit 05f4019

Browse files
Remove Node.js v19 version requirement from installation page
1 parent f16a860 commit 05f4019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ icon: "terminal"
1717
## Installing the CLI
1818

1919
<Info>
20-
**Prerequisite**: Please install [Node.js](https://nodejs.org/en) (version 19 or higher) before proceeding.
20+
**Prerequisite**: Please install [Node.js](https://nodejs.org/en) before proceeding.
2121
</Info>
2222

2323
<Steps>
@@ -159,7 +159,7 @@ If you use JetBrains, we recommend the [MDX IntelliJ IDEA plugin](https://plugin
159159
This may be due to an outdated version of node. Try the following:
160160

161161
1. Remove the currently-installed version of the mint CLI: `npm remove -g mint`
162-
2. Upgrade to Node v19 or higher.
162+
2. Upgrade to Node.js.
163163
3. Reinstall the mint CLI: `npm install -g mint`
164164
</Accordion>
165165
<Accordion title="Issue: Encountering an unknown error">

0 commit comments

Comments
 (0)