Skip to content

[Tutorial] How to add another Node.js version to Laragon

Sunchock edited this page Oct 23, 2024 · 2 revisions

Manual method

With Laragon, adding another Node.js version is very easy. Here's how to add Node.js 23.0.0

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

  2. Extract the downloaded to: {LARAGON_ROOT}\bin\nodejs\node-v23.0.0-win-x64

C:\laragon  
-- bin  
   ---- nodejs  
      -------- node-v23.0.0-win-x64  
      -------- .............  
  1. Select the new version at: Laragon Menu > Node.js > Version > node-v23.0.0-win-x64 Very easy huh. That's all!