Right now I have a nodeJS script that installs a database for me. Whenever I run it on the command line, I need ctrl-C to exit the script. I am assuming that there is some kind of command in nodeJS to force it to exit by itself when it was done, but I cannot find such a command by doing a search in interwebz. Does anyone know if this is possible, and if so, which team?
source share