• 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.

Issue How to update Node.js to newest version?

mijaysen

New Pleskian
Hello all

I can't seem to find out how to get the latest version of Node.js up and running. I a'm currently working on a Laravel project, and I a'm trying to install authentication with Bootstrap into my project, but when i get to the point where I need to run "npm install && npm run dev" I get the following error when executing "/opt/plesk/node/12/bin/npm run dev": Error: You are using an unsupported version of Node. Please update to at least Node v12.14

How can I update my Node.js version to the newest, to get this working? Any help is much appreciated!
 
Yes, and the newest version installed of npm is 12.4.0
The output of the following "/opt/plesk/node/12/bin/npm -v" is: 12.4.0
That is sadly 10 minor versions behind
 
Hi, I'm running the latest Plesk version (18.0.34 ) with the latest "Node.js extension" (1.4.0-127) installed, however the node.js version is outdated (v12.4.0).

when running "npm run dev" for laravel-mix I'm getting the following error:
Error: You are using an unsupported version of Node. Please update to at least Node v12.14

At this link here FAQ about Node.js for Plesk it says that
  1. Note: The implementation of Node.js 14 is planned in Q1 2021
When is this going to be actually implemented?
Is it possible to get Node.js 14 manually?

Thank you
 
Back
Top