DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.07k stars 376 forks source link

ci: Destructuring fs-extra #3664

Closed mpreyskurantov closed 8 months ago

mpreyskurantov commented 8 months ago

After some intermediate updates (possibly https://github.com/DevExpress/devextreme-reactive/pull/3632) the "publish:site" command fails with:

import { copySync, removeSync, readFileSync, writeFileSync } from 'fs-extra';
         ^^^^^^^^
SyntaxError: Named export 'copySync' not found. The requested module 'fs-extra' is a CommonJS module, which may not support all module.exports as named exports.

Consider upgrading the "fs-extra" dep in order to use native esm import.