glebdmitriew / node-unzip-2

node.js cross-platform unzip using streams
MIT License
44 stars 39 forks source link

Uncaught Error: Cannot find module 'stream'. #18

Open FJunior225 opened 7 years ago

FJunior225 commented 7 years ago

When trying to import using React, I get an uncaught error and my application cannot load.

I am trying to import... import unzip from 'unzip2'; (this also happened when trying to import from 'unzip';

Please let me know if I am doing something wrong.

Thanks!