From 0397c2f9aad3913c7b70fc11e312e9d14db58482 Mon Sep 17 00:00:00 2001 From: Xartok Date: Sat, 13 Jun 2015 18:30:45 +0200 Subject: [PATCH] Fix bower install bug that occurs in Windows 8 when using 'npm i -g filesync' by using locally installed bower in the postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05b9ab3..7b3fc1c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "[WorkInProgress - ProofOfConcept] Unidirectional 1-N file syncing with history and local merging", "scripts": { "start": "./bin/filesync", - "postinstall": "bower install" + "postinstall": "./node_modules/.bin/bower install" }, "bin": { "filesync-relay": "./bin/filesync-relay",