readable-stream
readable-stream copied to clipboard
Error: Cannot find module '../crypto/util'
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.