Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails with Node 19 #245

Closed
here-abarany opened this issue Dec 1, 2022 · 1 comment
Closed

npm install fails with Node 19 #245

here-abarany opened this issue Dec 1, 2022 · 1 comment

Comments

@here-abarany
Copy link

The version of the better-sqlite3 defined in package.json fails to build with Node 19. better-sqlite3 8.0.0 is required to build against Node 19.

@javagl
Copy link
Contributor

javagl commented Dec 13, 2022

This has been addressed in the 0.2.0 release (as part of #224 , which contained a few other fixes, beyond what the title of that PR suggests).

The version of better-sqlite3 is now set to ^8.0.1, which is compatible with Node 19. (The minimum Node version that is supported is 14, and it has been tested on both versions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants