nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

Events module not in package.json #327

Closed mahatosourav91 closed 6 years ago

mahatosourav91 commented 6 years ago

Hi, I am getting the following error, error: bundling failed: Error: Unable to resolve module events from `/Users/node_modules/redux-persist-transform-encrypt/node_modules/readable-stream/lib/_stream_readable.js: Module does not exist in the module map`

I believe events module is missing in package.json

mcollina commented 6 years ago

The events module is provided by Node.js or your bundler. Which bundler are you using? You might need to configure it accordingly.