gaji version
1.1.0
Installation method
npm (npx gaji)
Operating system
Windows
Bug description
On Windows, npx is not exposed as a plain executable but instead as npx.cmd and npx.ps1. As a result, Command::new("npx") fails to resolve the command and returns an error.
Using Command::new("npx.cmd") works correctly on Windows.
Steps to reproduce
- Run
gaji build with QuickJS incompatible workflow code on Windows
Expected behavior
tsx/ts-node fallback runs without problem
Actual behavior
Neither tsx nor ts-node is available
Workflow file (if applicable)
Additional context
No response
gaji version
1.1.0
Installation method
npm (npx gaji)
Operating system
Windows
Bug description
On Windows,
npxis not exposed as a plain executable but instead asnpx.cmdandnpx.ps1. As a result,Command::new("npx")fails to resolve the command and returns an error.Using
Command::new("npx.cmd")works correctly on Windows.Steps to reproduce
gaji buildwith QuickJS incompatible workflow code on WindowsExpected behavior
tsx/ts-node fallback runs without problem
Actual behavior
Neither tsx nor ts-node is availableWorkflow file (if applicable)
Additional context
No response