Better-sqlite3: after installing quick.db: i have a fatal error?

Created on 18 Aug 2019  路  3Comments  路  Source: JoshuaWise/better-sqlite3

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 >::_Umove+79442
10: 00007FF74CAB580D std::vector >::_Umove+84701
11: 00007FF74CAB4866 std::vector >::_Umove+80694
12: 00007FF74CAB474B std::vector >::_Umove+80411
13: 00000264430DC5C1

help wanted

Most helpful comment

It can't find the integer module, a dependency of better-sqlite3.
Try deleting your node_modules directory and reinstalling by npm install

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mann-david picture mann-david  路  5Comments

horpto picture horpto  路  4Comments

BobbyT picture BobbyT  路  3Comments

johnelliott picture johnelliott  路  6Comments

focussing picture focussing  路  4Comments