Node.js not found

Hello,After installing 2024.5 I try to open the application but get the error "Node.js not found, please download and install Node.js LTS >= v18.7.0 or Current >= v20.3.0 first."I do have Node.js installed, it is in my Path environment variable, I’m able to type “node” at a command prompt to work with the node repl. Where exactly is AspNetMaker looking for Node.js to be installed on Windows 11? I looked through the forums, no questions on this issue. I also looked through the application’s settings files to see if there was a setting in there that I could ensure is pointed to my Node.js installation.Thanks for your assistance.David

Hello,I ended up using chocolatey to install node from the command line, and that fixed the issue for some reason.Thanks,David