Argus tasks generate POSIX-style commands that fail in PowerShell. For example:
PowerShell reports:
The token '||' is not a valid statement separator in this version.
Argus also invokes npx, which resolves to npx.ps1 and may fail under the default PowerShell execution policy:
npx.ps1 cannot be loaded because running scripts is disabled on this system.
Argus tasks generate POSIX-style commands that fail in PowerShell. For example:
PowerShell reports:
The token '||' is not a valid statement separator in this version.
Argus also invokes npx, which resolves to npx.ps1 and may fail under the default PowerShell execution policy:
npx.ps1 cannot be loaded because running scripts is disabled on this system.