jamesknelson / create-react-blog

Start and deploy your own statically rendered blog with create-react-app
https://create-react-blog.netlify.com/
MIT License
550 stars 69 forks source link

This repo is broken due to upstream issues with tar-pack #38

Open masad-frost opened 11 months ago

masad-frost commented 11 months ago

https://github.com/ForbesLindesay-Unmaintained/tar-pack/issues/39 https://github.com/ForbesLindesay-Unmaintained/tar-pack/issues/38 See also create-react-app repo https://github.com/facebook/create-react-app/issues/10958

tar-pack seems to be dead, might wanna use https://www.npmjs.com/package/unpack-stream which has promises support as an added bonus.

You can see how tar-pack is broken in here with a minimal repo https://replit.com/@replitfaris/tar-pack-broken