From 74f94214178af3b27c717d15154c3a73255dd94f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 22 Apr 2018 21:32:01 +0300 Subject: [PATCH] Document npm's unsafe-perm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a84360..bfcb5a29 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ The Lounge is the official and community-managed fork of [Shout](https://github. ## Installation and usage The Lounge requires [Node.js](https://nodejs.org/) v6 or more recent. -[Yarn package manager](https://yarnpkg.com/) is also recommended *(npm will also work)*. +[Yarn package manager](https://yarnpkg.com/) is also recommended. +If you want to install with npm, `--unsafe-perm` is required for a correct install. ### Running stable releases using Yarn (recommended)