TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

Does not work in debugger #1808

Closed d07RiV closed 2 days ago

d07RiV commented 2 days ago

Issue Summary

When I try to run a project using this package in node debugger (using tsx), I get the following error:

Exception has occurred: Error: Cannot find module '<project path>\node_modules\sqlite3\build\node_sqlite3.node'
Require stack:
- <project path>\node_modules\bindings\bindings.js
- <project path>\node_modules\sqlite3\lib\sqlite3-binding.js
- <project path>\node_modules\sqlite3\lib\sqlite3.js

Steps to Reproduce

  1. Press F5

Version

5.1.7

Node.js Version

22.11.0

How did you install the library?

Windows 10