• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Cannot run other node version in ssh

OvODev

New Pleskian
Hello,
i wrote an nodejs script wich can be only used in a higher nodejs version.
On my pc the script works fine but not on my Ubuntu with Plesk.
When i run
Code:
node -v
it will display
Code:
v8.10.0
.
How can i switch to a newer version on my Plesk server ?

Best regards.
 
I assume that you already have a different node version installed, you should be able to locate them at "/opt/plesk/node/"

I wanted to use the Version "v14.16.1" so i added it like so:
echo "alias node='/opt/plesk/node/v14.16.1/bin/node'" >> ~/.bashrc
After relogging to ssh, "node -v" should show the new version.
 
Back
Top