Closed bernisnukic closed 5 years ago
When doing a yarn install it tries to install event-stream 3.3.6 which was recently removed from npm:
yarn install
https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident
It also tries to install flatmap-stream which was also removed so the installation fails.
Thanks for this info @bernisnukic. I've updated the yarn.lock file. Can you pull down the latest and try installing again?
When doing a
yarn install
it tries to install event-stream 3.3.6 which was recently removed from npm:https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident
It also tries to install flatmap-stream which was also removed so the installation fails.