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
f2a20e3c7d
commit
caf1b77b0a
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -296,7 +296,7 @@ elif [ "$1" = "use-git" ]; then
|
|||
sudo apt-get update --fix-missing
|
||||
sudo apt-get -y install nodejs-legacy npm
|
||||
cd /vagrant/yunohost-admin/src
|
||||
sudo npm install
|
||||
sudo npm install --no-bin-links
|
||||
sudo npm install -g bower
|
||||
sudo npm install -g gulp
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue