Command: powershell -NoProfile -Command "$p=@('C:\Program Files\nodejs\node.exe','C:\Program Files (x86)\nodejs\node.exe','C:\Users\ash\AppData\Local\Programs\nodejs\node.exe','C:\Users\ash\scoop\apps\nodejs\current\node.exe');$found=@($p|Where-Object{Test-Path $_});if(-not $found){$found=@(Get-ChildItem 'C:\Users\ash\AppData\Local' -Filter node.exe -File -Recurse -ErrorAction SilentlyContinue|Select-Object -First 10 -ExpandProperty FullName)};$found|ForEach-Object{Write-Output $_}"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
C:\Program Files\nodejs\node.exe