Windows 11.
Windows Powershell (5) + Powershell 7
Node is installed in default location: C:\Program Files\nodejs - which is in my user and system Path and can be found in the terminal normally:
node --version
v22.17.0
Rovo Dev (acli) can't find or run node.
Prompt: get the node version
Response: I'll help you check the Node.js version in the workspace. Let me run a command to get this information. │
└── Calling powershell: {"command": "node --version"}
| ~~~~
| The term 'node' is not recogniz...
| spelling of the n...
Log:
Node.js doesn't seem to be in the PATH. Let me check if there are any Node.js installations in common locations:
Regular terminal finds it just fine and no problem from VSCode.