You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var sql = require('sqlite3');
Error: Unable to load shared library /Users/kurtcampher/Projects/personal/node/node_campfire/node_modules/sqlite3/lib/sqlite3_bindings.node
at Object..node (module.js:472:11)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object. (/Users/kurtcampher/Projects/personal/node/node_campfire/node_modules/sqlite3/lib/sqlite3.js:1:104)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
The text was updated successfully, but these errors were encountered:
Tried loading sqlite3 via the shell, is there something that i have missed.
Installed sqlite3 via npm (not global):
kurt-camphers-MacBook-Pro:node_campfire kurtcampher$ node
The text was updated successfully, but these errors were encountered: