Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: "terminal"
## Installing the CLI

<Info>
**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.
</Info>

<Steps>
Expand Down Expand Up @@ -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`
</Accordion>
<Accordion title="Issue: Encountering an unknown error">
Expand Down
2 changes: 1 addition & 1 deletion quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pnpm add -g mint
</CodeGroup>

<Info>
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.
</Info>

### Edit the Documentation
Expand Down