diff --git a/scripts/restore b/scripts/restore index d83404d..4f93b85 100644 --- a/scripts/restore +++ b/scripts/restore @@ -34,6 +34,11 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=7 # Install Nodejs ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version +pushd $install_dir + ynh_use_nodejs + ynh_exec_warn_less npm install pnpm -g +popd + #================================================= # RESTORE SYSTEMD #=================================================