Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Last active May 15, 2017 20:07
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 bcomnes/a9ee8a16ff5d656371b53462f1fa8d34 to your computer and use it in GitHub Desktop.
Save bcomnes/a9ee8a16ff5d656371b53462f1fa8d34 to your computer and use it in GitHub Desktop.
electron-builder yarn sqlite3 bug
node_modules
{
"name": "yarn-rebuild-fail",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "install-app-deps"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron-builder": "^17.8.0"
},
"dependencies": {
"electron": "^1.6.7",
"sqlite": "^2.7.0"
}
}
@bcomnes
Copy link
Author

bcomnes commented May 15, 2017

To run: clone and run yarn. Fails because node-gyp is missing.

Npm passes for some reason. Investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment