fix(build): fix sqlite3 build error (#691)

updated package.json and yarn.lock to include a version of node-gyp that works with python3 instead
of python2 for node-sqlite3
This commit is contained in:
Chris Pritchard
2021-01-20 10:28:10 +00:00
committed by GitHub
parent 6c1742e94c
commit 3a1f6d5706
2 changed files with 11 additions and 64 deletions

View File

@@ -122,6 +122,9 @@
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"resolutions": {
"sqlite3/node-gyp": "^5.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"