Command: powershell -NoProfile -Command "$c='C:\Users\ash\AppData\Roaming\npm\clasp.cmd'; $n='C:\Program Files\nodejs\node.exe'; Write-Output ('CLASP_EXISTS='+[IO.File]::Exists($c)); Write-Output ('NODE_EXISTS='+[IO.File]::Exists($n)); if(Test-Path $c){Get-Item $c | Select-Object FullName,Length}; if(Test-Path $n){& $n --version}"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
CLASP_EXISTS=True NODE_EXISTS=True v24.19.0 FullName Length -------- ------ C:\Users\ash\AppData\Roaming\npm\clasp.cmd 347