mariocasciaro / linkemon

Tiny wrapper script around nodemon that will automatically watch all linked modules
MIT License
7 stars 3 forks source link

Hard dependency on `bash` #2

Open omranjamal opened 1 year ago

omranjamal commented 1 year ago

I was wondering if linkemon could be modified to work with the busybox variant of the ash shell. This is in part due to the availability of this particular shell program in the standard node:18 docker image based on alpine linux.

If not, would you mind a pull request implementing linkemon in something like zx or pure JavaScript / Typescript?

mariocasciaro commented 1 year ago

A pull request implementing linkemon in pure JS would be great!

omranjamal commented 1 year ago

On it. As soon as I truly figure out how linkemon works though. Thanks for your response.

Karmalakas commented 1 month ago

I believe I have same issue on my Windows machine

'"bash"' is not recognized as an internal or external command, operable program or batch file.