Error: The module '\?\C:\Users\ncid1\OneDrive\Desktop\Boblox\node_modules\better-sqlite3\build\Release\better_sqlite3.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 108. Please try re-compiling or re-installing
the module (for instance, using npm rebuild
or npm install
).
Asked
Active
Viewed 99 times
-1

Pickle
- 93
- 1
- 7
1 Answers
1
Try uninstalling the package (better-sqlite3)
npm uninstall better-sqlite3
And then reinstall it
npm install better-sqlite3

Bob joe12
- 103
- 22
-
Thank you for helping me out kind sir. I wish you the best on your coding journey! – Pickle Jun 30 '22 at 23:47
-
Glad to help. I wish you success on your future as well – Bob joe12 Jun 30 '22 at 23:47