readable-stream icon indicating copy to clipboard operation
readable-stream copied to clipboard

Error: Cannot find module '../crypto/util'

Open tpluscode opened this issue 1 year ago • 5 comments

In a mocha test I use readable-stream and I got this

Error: Cannot find module '../crypto/util'
Require stack:
- packages/formats/node_modules/readable-stream/lib/internal/streams/lazy_transform.js

I did not find why it gets loaded but the fact is there is no crypto/util.js or similar module.

tpluscode avatar May 04 '23 09:05 tpluscode