I\'m working with the new Node.js Tools for Visual Studio and included the sqlite3 npm module. When I call require(\'sqlite3\') it throws the error:
require(\'sqlite3\')
use this:-
npm install sqlite3 --build-from-source