FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
1: 00007FF74C5AC6AA v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4506
2: 00007FF74C587416 node::MakeCallback+4534
3: 00007FF74C587D90 node_module_register+2032
4: 00007FF74C8A4476 v8::V8::ToLocalEmpty+54
5: 00007FFFBB061F19 Require+249 [c:\users\harry\documents\bot\project anna\node_modules\better-sqlite3\buildsrc\util\macros.lzz]:L124
6: 00007FFFBB0634F0 Integer::Init+64 [c:\users\harry\documents\bot\project anna\node_modules\better-sqlite3\buildsrc\util\integer.lzz]:L26
7: 00007FFFBB06B0E5 RegisterModule+69 [c:\users\harry\documents\bot\project anna\node_modules\better-sqlite3\buildsrc\better_sqlite3.lzz]:L37
8: 00007FF74C587C93 node_module_register+1779
9: 00007FF74CAB4382 std::vector
10: 00007FF74CAB580D std::vector
11: 00007FF74CAB4866 std::vector
12: 00007FF74CAB474B std::vector
13: 00000264430DC5C1
It can't find the integer module, a dependency of better-sqlite3.
Try deleting your node_modules directory and reinstalling by npm install
@JoshuaWise, can you close this issue due to inactivity?
This is fixed in v7.0.0.
Most helpful comment
It can't find the
integermodule, a dependency ofbetter-sqlite3.Try deleting your node_modules directory and reinstalling by
npm install