node-which
node-which copied to clipboard
Like which(1) unix command. Find the first instance of an executable in the PATH.
I have two path entries 'D:\....' but whichSync failed to iterate over pathEnv beyond these when trying to find the 'git' path. I changed the order so the 'D:\...' entries...
When on windows I get following errors from the which library. ``` gyp verb `which` failed Error: not found: python2 gyp verb `which` failed at getNotFoundError (C:\code\my_project\node_modules\which\which.js:13:12) gyp verb `which`...
Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 18.7.1. Release notes Sourced from tap's releases. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release...
`npx which openapi-typescript` is resulting in the error below: > 'node-which' is not recognized as an internal or external command, > operable program or batch file. I am executing in...
:robot: I have created a release *beep* *boop* --- ## [4.0.1](https://github.com/npm/node-which/compare/v4.0.0...v4.0.1) (2023-12-07) ### Chores * [`25c5191`](https://github.com/npm/node-which/commit/25c5191ec4e29d8f83028fae5f52c0182d006d96) [#132](https://github.com/npm/node-which/pull/132) postinstall for dependabot template-oss PR (@lukekarrys) * [`4524466`](https://github.com/npm/node-which/commit/452446664ecf02bc04804247e2766bd9cb972f77) [#132](https://github.com/npm/node-which/pull/132) bump @npmcli/template-oss from 4.21.1...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `which` might fail to resolve the executable on Windows in a...
Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 20.0.3. Release notes Sourced from tap's releases. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release...
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.23.3 to 4.23.4. Release notes Sourced from @npmcli/template-oss's releases. v4.23.4 4.23.4 (2024-10-02) Dependencies d267eb3 #487 bump [email protected] 1d3b53e #487 bump [email protected] 6840cf2 #487 bump [email protected] 552c637 #487...
- **feat: swap from tap to built-in node:test** - **chore: remove tap** Looks like I need to solve a windows 20 'mock' issue here