From f203a2ac6f0c1f085e184410522f94e28142ac29 Mon Sep 17 00:00:00 2001 From: Marci Date: Thu, 31 Mar 2016 15:50:50 +0100 Subject: [PATCH] Ref #582 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref#582 Add ‘--unsafe-perm’ flag to npm install command to get round all the .gyp warns etc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc96ba9..d4ec52b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can also chat with us in our nascent [Slack instance](http://homebridge-slac Homebridge is published through [NPM](https://www.npmjs.com/package/homebridge) and should be installed "globally" by typing: - sudo npm install -g homebridge + sudo npm install -g --unsafe-perm homebridge Now you should be able to run Homebridge: