@gregbrimble This one failed at PostCSS point again, but scripts are unchanged from last successful

@gregbrimble This one failed at PostCSS point again, but scripts are unchanged from last successful build 10 days ago. Builds on Vercel and local were fine. Seems to be related to an ESM issue:
12:52:17.073    (node:1566) ExperimentalWarning: The ESM module loader is experimental.
12:52:17.095    internal/modules/run_main.js:54
12:52:17.095        internalBinding('errors').triggerUncaughtException(
12:52:17.095                                  ^
12:52:17.095    
12:52:17.095    Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader
12:52:17.095        at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:720:11)
12:52:17.095        at Loader.resolve (internal/modules/esm/loader.js:97:40)
12:52:17.096        at Loader.getModuleJob (internal/modules/esm/loader.js:243:28)
12:52:17.096        at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:42:40)
12:52:17.096        at link (internal/modules/esm/module_job.js:41:36) {
12:52:17.096      code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
12:52:17.096    }
Was this page helpful?