Excetion node-pre-gyp failed for version check for sqlite3. The package was set to static version and needed a patch because of errors caused by newer versions of node.

This commit is contained in:
2018-07-28 17:51:59 +02:00
parent 634d4513eb
commit bfe0d55f71

View File

@@ -25,7 +25,7 @@
"python-shell": "^0.5.0",
"request": "^2.85.0",
"request-promise": "^4.2",
"sqlite3": "4.0.0"
"sqlite3": "^4.0.0"
},
"devDependencies": {
"coveralls": "^3.0.0",