const node = await new Node()
const node = await new Node()
// gives time to setup things...
await node.start()
const node = await new Node()
// gives time to setup things...
await node.start()
const node = await new Node()
or
const node = await new Node({autoStart: false}) // defaults to true
// gives time to setup things...
await node.start()