I am trying to find some good libraries to execute shell script commands using nodejs (ex: rm, cp, mkdir, etc...). There are no recent clear articles about possible packages. I read a lot about exec-sync. But some say it is deprecated. Truly, I am lost, and could not find anything. I tried installing exec-sync, but I received the following error:I am trying to find some good libraries to exec