Has anyone here had an issue running node commands...
# general
r
Has anyone here had an issue running node commands using
adhoc_tool
seen this error?
Copy code
npm error code ENOENT
npm error syscall spawn sh
npm error errno -2
npm error enoent spawn sh ENOENT
npm error enoent This is related to npm not being able to find a file.
The path it is looking for exists in my sandbox
b
The sandbox won’t include access to system tools by default. You may need to pass in
sh
as an executable using
system_binary
. Can you share your adhoc tool target?