Hi Russ,
Thanks for your reply!
System is an Ubuntu 18.04.5 LTS (bionic) without X-Windows
Anyway, I finally managed to make it work. Issue was dependencies:
apt install npm
solved the problem
Perhaps, including npm as a dependency within .deb package could solve potential future issues (currently, only nodejs is a dependency):
daniel@servidor:~$ sudo apt-cache depends triggercmdagent
triggercmdagent
Depende: nodejs
Thanks!
Daniel