Results 2 comments of zakdav

Use a fork like https://www.npmjs.com/package/synchronize_f2

You can use or give a look to my module node-fibers-synchronize-helper that uses this module synchronize index.js const inquirer = require('inquirer'); var synchProm = require('node-fibers-synchronize-helper') synchProm.executeSynch(function () { var answers...