I've been working on a program and it requre's restarting a certain application with Node.JS I know Python is able to close another app but is Node.JS able to?
For example if a function is triggered I need it to close Spotify from the Node.JS process.
Thanks!