Psychopoulet/node-persistent-software

Call scripts

Opened this issue · 0 comments

It is not possible to call scripts setup in package.json:

new PersistantSoftware("npm", [ "start" ]).on("error", (msg) => {
  console.log(msg);
})