[Tutorial] How to add another Node.js version to Laragon - leokhoa/laragon GitHub Wiki
Manual method
With Laragon, adding another Node.js version is very easy. Here's how to add Node.js 23.0.0
-
Download the latest Node.js version (x64, Prebuilt Binary): https://nodejs.org/en/download/prebuilt-binaries, e.g.
node-v23.0.0-win-x64.zip
-
Extract the downloaded to:
{LARAGON_ROOT}\bin\nodejs\node-v23.0.0-win-x64
C:\laragon
-- bin
---- nodejs
-------- node-v23.0.0-win-x64
-------- .............
- Select the new version at:
Laragon Menu > Node.js > Version > node-v23.0.0-win-x64
Very easy huh. That's all!