I've been getting the following error when trying to build on Docker
const stringWidth = require('string-width');
^
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/node/node_modules/string-width/index.js from /home/node/node_modules/cliui/build/index.cjs not supported.
Instead change the require of index.js in /home/node/node_modules/cliui/build/index.cjs to a dynamic import() which is available in all CommonJS modules.
I see string-width and cliui is a dependency of Payload, any ideo on this?