From babf7cbd9b6950ff09ddf24ef0bae629c82eb51e Mon Sep 17 00:00:00 2001 From: Anatoly Pashin Date: Wed, 1 Jul 2015 10:28:16 +1000 Subject: [PATCH] No need for sudoing local npm install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d925d5d..f4458f94 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Install [node.js](http://nodejs.org/) and run following commands in the project ``` sudo npm install -g gulp -sudo npm install +npm install ``` This will install all the needed dependencies.