smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 44 forks source link

Module not found: Error: Can't resolve 'stream' in '../node_modules/gettext-parser/lib/poparser.js` #43

Closed coolstuffit closed 5 years ago

coolstuffit commented 5 years ago

Hi!

This error appeared after updating @angular/cli 1.7 to 6.1.3.

I suggest to add readable-stream to dependencies and use it instead stream which is a mirror of the streams implementations in Node.js.

smhg commented 5 years ago

Fixed with #46. Thanks for reporting!