Unable to install Ghost Locall on Windows 10

try this:

npm install sqlite3 --build-from-source

if that still doesn’t work:

npm install --global --production windows-build-tools
npm install -g node-gyp
npm install sqlite3 --save