a.binder 8 лет назад
Родитель
Сommit
49c40e6ff3
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 6 - 0
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -1191,6 +1191,12 @@ $cmd[]['rsh']='cat /etc/bashrc | grep "/usr/local/nodejs/bin" || echo "export PA
  " >> /etc/bashrc';
 $cmd[]['rsh']='npm install npm -g';
 $cmd[]['rsh']='npm install express';
+
+$cmd[]['rsh']='npm install xslt4node';
+$cmd[]['rsh']='npm install saxon-stream2';
+
+
+
 //further ! $cmd[]['rsh']='npm update express';