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