Open
Description
Error $SHELL environment variable is not set
is thrown when chokidar-cli is run from the official node.js Docker image. This image doesn't appear to set the SHELL environment variable. This can be fixed by setting the environment variable before running a script.
SHELL=/bin/bash node my-script.js
I understand this may not be chokidar-cli issue but it may be worth mentioning it in documentation.
Metadata
Metadata
Assignees
Labels
No labels