From 27f2cb1fcc592cc23e45346de5e516b4677ddb66 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Tue, 18 Aug 2015 18:47:25 +0200 Subject: [PATCH] normalize npm dir permissions --- common/configure_fresh_system | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 41ef3f25..774064db 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -85,6 +85,9 @@ sudo npm install -g reveal-md echo "installing vdirsyncer" sudo pip install vdirsyncer +# normalize npm permissions +sudo chown $USER .npm -R + echo echo "now go ahead and restart" echo