mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Use --no-bin-links option for npm install to prevent from using symbolic links
This commit is contained in:
parent
2ba5f5bb3f
commit
488ef0325b
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -238,7 +238,7 @@ function use_git()
|
||||||
sudo apt install nodejs
|
sudo apt install nodejs
|
||||||
|
|
||||||
cd /ynh-dev/yunohost-admin/src
|
cd /ynh-dev/yunohost-admin/src
|
||||||
sudo npm install
|
sudo npm install --no-bin-links
|
||||||
sudo npm install -g bower
|
sudo npm install -g bower
|
||||||
sudo npm install -g gulp
|
sudo npm install -g gulp
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue