Skip to content

Commit f4fa98a

Browse files
Remove Node.js v19 specific requirement from quickstart page (#820)
* Remove Node.js v19 specific requirement from quickstart page * Remove Node.js v19 version requirement from installation page * Revert change in "Local preview not working" accordion to specify Node.js v19+ requirement --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent c89323a commit f4fa98a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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">

quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pnpm add -g mint
100100
</CodeGroup>
101101

102102
<Info>
103-
You need Node.js version 19 or higher installed on your machine. If you encounter installation issues, check the troubleshooting guide.
103+
You need Node.js installed on your machine. If you encounter installation issues, check the troubleshooting guide.
104104
</Info>
105105

106106
### Edit the Documentation

0 commit comments

Comments
 (0)