Extremely fast file change detector and task orchestrator for Node.js.
At the moment, if `spawn` scripts are referencing locally installed npm executables, they are going to be not found. ```ts spawn`tsx` ``` will produce "tsx program not found" Users can workaround this by prefixing them with `pnpm` (or whatever package manager), e.g. ```ts spawn`pnpm tsx` ``` However, we should consider matching `pnpm` behaviour and just inject the appropriate path.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by gajus and has received 1 comments.