From 8ee25da5ebb4d8e8fe9c5b438a95fb760457d73c Mon Sep 17 00:00:00 2001 From: littleskunk Date: Wed, 27 Sep 2017 00:20:21 +0200 Subject: [PATCH 1/2] bugfix Errno 2 no such file or directory prime/bin/storjshare --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index dde5d1a..a3aaac9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,7 +15,7 @@ apps: parts: storjshare-daemon: - source: .. + source-subdir: .. plugin: nodejs node-engine: '6.11.2' install: npm install From 1cef68617b33d4a27bfa4d3e548e3870310983f0 Mon Sep 17 00:00:00 2001 From: littleskunk Date: Wed, 27 Sep 2017 00:27:38 +0200 Subject: [PATCH 2/2] update to nodejs v6.11.3 --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a3aaac9..4e12630 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -17,7 +17,7 @@ parts: storjshare-daemon: source-subdir: .. plugin: nodejs - node-engine: '6.11.2' + node-engine: '6.11.3' install: npm install build-packages: [git, python, build-essential] stage-packages: [nano]