It looks like there’s some sort of error happening when attempting to execute the base('').create([]) command, because the log message (third to bottom) “Promise { }” I believe is coming from your err => console.error(err) statement… meaning that an error occurred during the execution of the base().create() promise.
You can attempt to stringily the error before logging it. That may help illuminate any issues
but that can have hit-or-miss results depending on the object, FYI. Perhaps give that a shot
–
Jon