diff --git a/scripts/install b/scripts/install index 6d3dfc6..5025401 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ ynh_use_nodejs cd "$final_path" chown -R "$app": "$final_path" - ynh_exec_warn_less ynh_npm install --production --unsafe-perm + ynh_exec_warn_less $ynh_npm install --production --unsafe-perm ) #=================================================