Commit fb7cc2a
Raise the Node.js floor to match the driver it tells you to install
The Node.js quick start listed 'Node.js 18 or later' as its prerequisite
and then ran an unpinned 'npm install mongodb'. The current driver
requires Node >=20.19, so a reader on 18 satisfies the documented
prerequisite and then fails at install time with an engine error.
The same floor was corrected in documentdb/docs; this is the website-owned
copy of the same page.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: f18515db-c52f-4197-aa50-d81359c7c763
Signed-off-by: Guanzhou Song <guanzhou.song@gmail.com>1 parent 01e98fb commit fb7cc2a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
0 commit comments