problem with cypress in fs-extra does not allow me to run tests

the present problem is that when I try to place a wait and a timeout to one of my tests it shows me this error

I hope that the test will run normally because with this error no test will work.

I suspect that this error is specifically related to the fs-extra library.

No commands were issued in this test.
TypeError
The following error originated from your test code, not from Cypress.

> Cannot read properties of undefined (reading 'native')

When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.

Cypress could not associate this error to any specific test.

We dynamically generated a new test to display this failure.
node_modules/get-uri/node_modules/fs-extra/lib/fs/index.js:133:1
  131 |
  132 | // fs.realpath.native sometimes not available if fs is monkey-patched
> 133 | if (typeof fs.realpath.native === 'function') {
      | ^
  134 |   exports.realpath.native = u(fs.realpath.native)
  135 | } else {

136 | process.emitWarning(