mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] NPM version compatibility with debian nodejs
This commit is contained in:
parent
2ffb52200c
commit
85d8ef3465
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -305,7 +305,7 @@ EOF
|
|||
then
|
||||
info "Installing dependencies to develop in yunohost-admin ..."
|
||||
apt install nodejs npm -y
|
||||
npm install -g npm@latest
|
||||
npm install -g npm@6
|
||||
fi
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue