Node version: v.10.15.3 ShellJS version: 0.8.3 Operating system: Windows 10 Is it possible to wait for a process to finish and then start another one using the wait command in a windows system in a NodeJS script? I have tried the below, there are no errors, but the echoes are not printed and the script some_npm_script is not executed, is