Can't find Node.js installed as part of Laragon

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sclg
User
Posts: 156
Location: UK

Can't find Node.js installed as part of Laragon

Post by sclg »

Just reinstalling PHPM latest version on a new PC.
Every time I try to install, I get the message "Node.js not found, please download......"
Node.js is installed as part of Laragon. The path environment variable includes ...
;C:\laragon\bin\nodejs\node-v20;
.... which contains v20.15.0

What am I missing??
Thanks


mobhar
User
Posts: 11905

Post by mobhar »

To check and make sure node.js are installed on your computer, you may type the following code from Command Prompt window:

node --version

You should see the version of nodejs.


arbei
User
Posts: 9719

Post by arbei »

Normal Node.js installer will add registry InstallPath (string value) under HKEY_LOCAL_MACHINE\SOFTWARE\Node.js, in your case it is pre-installed, you may try to add this registry yourself and set it to your path (e.g. C:\laragon\bin\nodejs\node-v20\).


sclg
User
Posts: 156
Location: UK

Post by sclg »

That was the answer - many thanks


Post Reply