Hi, I fix the issue creating a soft link with the next command:
ln -s /opt/plesk/node/12/bin/node /usr/bin/node
This create a link in /usr/bin/node to /opt/plesk/node/12/bin/node. The Plesk interface search the node file in /usr/bin/.
I don't know why plesk does that but knowing that it...