Most of the fs-extra APIs can be replaced with native fs calls these days especially on later node versions. Eg some migration I made: vitejs/vite#17782
We probably needs a migration guide from fs-extra to fs mapping its APIs: https://github.com/jprichardson/node-fs-extra?tab=readme-ov-file#methods. However, I’ve not found a solid guide yet elsewhere, except for https://ar.al/2021/03/07/fs-extra-to-fs/ but it’s 3 years ago.
Most of the fs-extra APIs can be replaced with native fs calls these days especially on later node versions. Eg some migration I made: vitejs/vite#17782
We probably needs a migration guide from fs-extra to fs mapping its APIs: https://github.com/jprichardson/node-fs-extra?tab=readme-ov-file#methods. However, I’ve not found a solid guide yet elsewhere, except for https://ar.al/2021/03/07/fs-extra-to-fs/ but it’s 3 years ago.