Node repl with async await May 31, 2023 by Tarik As of node ^10, you can use the following flag when starting the repl: node --experimental-repl-await $ await myPromise()