Question
How to check the list of installed Node.js versions on a Plesk server?
Answer
via GUI
-
Go to Extensions > My Extensions > Node.js > Open:
via CLI
Connect to the server via SSH (Plesk for Linux) or RDP (Plesk for Linux) and run the following command:
# plesk ext nodejs --versions
To find out which Node.js version is used by a particular domain, run the following command:
Note: replace the example.com placeholder with the actual domain's name
# plesk ext nodejs --get-version -domain example.com