From ebf96cded4f73ad0748cd26277e1be348dc14e90 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 12 Sep 2016 16:47:43 +0200 Subject: [PATCH] workaround build issue with fsevents on windows --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bc346f0683d..25f5776c09b 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ } }, "optionalDependencies": { - "windows-mutex": "^0.2.0" + "windows-mutex": "^0.2.0", + "fsevents": "0.3.8" } }