cloudflare-apps / create-cloudflare-app

Cloudflare Apps boilerplate featuring Workers and DNS powered by Webpack and Babel
MIT License
168 stars 119 forks source link

Missing dependency #2

Closed bernisnukic closed 5 years ago

bernisnukic commented 5 years ago

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.

mpint commented 5 years ago

Thanks for this info @bernisnukic. I've updated the yarn.lock file. Can you pull down the latest and try installing again?