eth.build icon indicating copy to clipboard operation
eth.build copied to clipboard

fixed 404 error while yarn install

Open stleon opened this issue 2 years ago • 0 comments

$ curl https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034
< HTTP/2 404 
* Connection #0 to host codeload.github.com left intact
404: Not Found

now:

$ curl https://codeload.github.com/max-mapper/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034
< HTTP/2 200 
< content-type: application/x-gzip

looks like there is no repo hugomrdias/concat-stream

stleon avatar Jan 02 '24 19:01 stleon