Use --no-bin-links option for npm install to prevent from using symbolic links

This commit is contained in:
Jimmy Monin 2017-09-16 11:46:16 +02:00 committed by Alexandre Aubin
parent 2ba5f5bb3f
commit 488ef0325b

View file

@ -238,7 +238,7 @@ function use_git()
sudo apt install nodejs
cd /ynh-dev/yunohost-admin/src
sudo npm install
sudo npm install --no-bin-links
sudo npm install -g bower
sudo npm install -g gulp
fi