UCP Node won't install - FreePBX13 and Asterisk 13

Whether I try to install UCP Node from module admin or ssh I keep getting errors. From the module admin I see

Exception
HELP
There is no process by that name
/var/www/html/admin/modules/pm2/Pm2.class.php
* Reset counters for application
* @method update
*/
public function reset($name) {
$name = $this->cleanAppName($name);
$out = $this->getStatus($name);
if(empty($out)) {
throw new \Exception(“There is no process by that name”);
}
$this->runPM2Command("reset ".$name);
6. Exception
/­var/­www/­html/­admin/­modules/­pm2/­Pm2.class.php262
5. FreePBX\modules\Pm2 reset
/­var/­www/­html/­admin/­modules/­ucpnode/­Ucpnode.class.php330
4. FreePBX\modules\Ucpnode startFreepbx
/­var/­www/­html/­admin/­modules/­ucpnode/­Ucpnode.class.php237
3. FreePBX\modules\Ucpnode install
/­var/­www/­html/­admin/­libraries/­modulefunctions.class.php2422
2. module_functions _runscripts
/­var/­www/­html/­admin/­libraries/­modulefunctions.class.php1979

  1. module_functions install
    /­var/­www/­html/­admin/­page.modules.php297
  2. include
    /­var/­www/­html/­admin/­config.php385

any ideas?