Skip to content

Instantly share code, notes, and snippets.

@g0d0
Created April 3, 2018 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g0d0/7c72954828fe63b48cf8043eca96ec76 to your computer and use it in GitHub Desktop.
Save g0d0/7c72954828fe63b48cf8043eca96ec76 to your computer and use it in GitHub Desktop.
rebuild-sqlite3-win
cd node_modules/sqlite3 && node-gyp configure --module_name=sqlite3 --module_path=../lib/binding/electron-v1.8-win32-x64 && node-gyp node-gyp rebuild --arch=x64 --target_platform=win32 --dist-url=https://atom.io/download/atom-shell --module_name=sqlite3 --module_path=../lib/binding/electron-v1.8-win32-x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment