<#18609 javascript: Nodejs process should not have...
# github-notifications
c
#18609 javascript: Nodejs process should not have `/bin` exposed in PATH Issue created by tobni Is your feature request related to a problem? Please describe. Nodejs process backed rules should not add
/bin
to path, it should be explicit in what tools it depends on. Describe the solution you'd like Use `BinaryShim`s interface to add
mkdir
,
bash
,
echo
,
sh
. Describe alternatives you've considered N/A Additional context Pointed out during debugging of #18597. pantsbuild/pants