Job 1788332295864

Command: powershell -NoProfile -Command "$npm='C:\Users\ash\AppData\Local\Microsoft\WinGet\Links\npm.cmd'; & $npm install -g @google/clasp; if($LASTEXITCODE -ne 0){exit $LASTEXITCODE}; $candidates=@("$env:APPDATA\npm\clasp.cmd",'C:\Users\ash\AppData\Local\Microsoft\WinGet\Links\clasp.cmd'); foreach($c in $candidates){if(Test-Path -LiteralPath $c){Write-Output ('CLASP_PATH='+$c); & $c --version; exit $LASTEXITCODE}}; where.exe clasp 2>$null; exit 0"
Directory: projects
Status: FAILED
Exit code: 1

Cancel Job Rerun Command Refresh

Error Summary

+                                                                 ~
Missing argument in parameter list.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : UnexpectedToken
 
---
Missing argument in parameter list.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : UnexpectedToken
 
---
At line:1 char:171
+ ... exit $LASTEXITCODE}; $candidates=@($env:APPDATA\npm\clasp.cmd,'C:\Use ...
+                                                    ~~~~~~~~~~~~~~
Unexpected token '\npm\clasp.cmd' in expression or statement.
At line:1 char:185
+ ... xit $LASTEXITCODE}; $candidates=@($env:APPDATA\npm\clasp.cmd,'C:\User ...
+                                                                 ~
Missing argument in parameter list.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : UnexpectedToken