We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a68014 commit 2272d71Copy full SHA for 2272d71
docs/get-started/installation.md
@@ -8,7 +8,7 @@ Downloading and running Doc Detective is straightforward. Follow these steps to
8
9
1. Install prerequisites:
10
11
- - [Node.js](https://nodejs.org/) v18 or later
+ - [Node.js](https://nodejs.org/) v18.20.0 or later
12
13
2. In a terminal, install Doc Detective globally:
14
package.json
@@ -75,6 +75,6 @@
75
]
76
},
77
"engines": {
78
- "node": ">=18.0"
+ "node": ">=18.20.0"
79
}
80
0 commit comments