Skip to content

Commit ae12001

Browse files
committed
updated recommended Node.js versions in docs
1 parent dc76c77 commit ae12001

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The fastest and simplest library for SQLite3 in Node.js.
3232
npm install better-sqlite3
3333
```
3434

35-
> You must be using Node.js v10.20.1 or above. Prebuilt binaries are available for [LTS versions](https://nodejs.org/en/about/releases/). If you have trouble installing, check the [troubleshooting guide](./docs/troubleshooting.md).
35+
> You must be using Node.js v14.21.1 or above. Prebuilt binaries are available for [LTS versions](https://nodejs.org/en/about/releases/). If you have trouble installing, check the [troubleshooting guide](./docs/troubleshooting.md).
3636
3737
## Usage
3838

docs/troubleshooting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you have trouble installing `better-sqlite3`, follow this checklist:
44

55
## Install a recent Node.js
66

7-
1. Make sure you're using Node.js v14.19.2 or later.
7+
1. Make sure you're using Node.js v14.21.1 or later.
88
2. If you're on Windows, while installing, be sure to select "Automatically install the necessary tools" on the "Tools for Native Modules" page, and follow the remaining steps, including opening an admin PowerShell and installing visual studio and python. Everything _should_ just work.
99

1010
## Install the `node-gyp` toolchain
@@ -22,9 +22,9 @@ If you have trouble installing `better-sqlite3`, follow this checklist:
2222

2323
## Windows
2424

25-
If you still have issues on Windows and are on an older version of Node, try these steps:
25+
If you still have issues on Windows and are on an older version of Node, try these steps:
2626

27-
1. Install the **latest** of node 12, 14, or 16.
27+
1. Install the **latest** of node 14, 16, or 18.
2828
1. Install **latest** Visual Studio Community and Desktop Development with C++ extension.
2929
1. Install **latest** Python.
3030
1. Run following commands:

0 commit comments

Comments
 (0)