Last active
May 15, 2017 20:07
-
-
Save bcomnes/a9ee8a16ff5d656371b53462f1fa8d34 to your computer and use it in GitHub Desktop.
electron-builder yarn sqlite3 bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To run: clone and run
yarn
. Fails because node-gyp is missing.Npm passes for some reason. Investigating.