• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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