create the .npm directory if it does not exist
This commit is contained in:
parent
27f2cb1fcc
commit
66c010bbc8
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ echo "installing vdirsyncer"
|
|||
sudo pip install vdirsyncer
|
||||
|
||||
# normalize npm permissions
|
||||
sudo chown $USER .npm -R
|
||||
mkdir -p $HOME/.npm
|
||||
sudo chown $USER $HOME/.npm -R
|
||||
|
||||
echo
|
||||
echo "now go ahead and restart"
|
||||
|
|
Loading…
Reference in a new issue