From 48c1a7d1d6fc1552f4dca91f91fc1bcfdb2e3235 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Wed, 30 Aug 2017 10:41:08 -0400 Subject: [PATCH] Fix npm link issue with sqlite An issue with 3.1.9 (mapbox/node-sqlite3#866) causes npm link to fail. Pin sqlite to 3.1.8 as a workaround. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fa80b6..8b6dd32 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "musicmetadata": "^2.0.3", "nat-upnp": "^1.1.0", "public-ip": "^2.0.1", - "sqlite3": "^3.1.4", + "sqlite3": "3.1.8", "uuid": "^3.0.1", "ws": "^1.1.1" }