Command: powershell -NoProfile -Command "$c='C:\Users\ash\AppData\Roaming\npm\clasp.cmd';Write-Output '---CLASP.CMD---';Get-Content -Raw -LiteralPath $c;Write-Output '---NODE---';Get-Command node.exe -All -ErrorAction SilentlyContinue|Select-Object -ExpandProperty Source;Write-Output '---NPMROOT---';Get-ChildItem 'C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp' -ErrorAction SilentlyContinue|Select-Object -First 10 FullName"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
---CLASP.CMD--- @ECHO off GOTO start :find_dp0 SET dp0=%~dp0 EXIT /b :start SETLOCAL CALL :find_dp0 IF EXIST "%dp0%\node.exe" ( SET "_prog=%dp0%\node.exe" ) ELSE ( SET "_prog=node" SET PATHEXT=%PATHEXT:;.JS;=;% ) endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\node_modules\@google\clasp\build\src\index.js" %* ---NODE--- ---NPMROOT--- FullName -------- C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\build C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\docs C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\node_modules C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\LICENSE C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\package.json C:\Users\ash\AppData\Roaming\npm\node_modules\@google\clasp\README.md