Jose Padilla

Results 6 comments of Jose Padilla

I have the same problem. I'm mounting `package.json` from host to a docker container. I think the problem is `npm install` creates a modified copy of `package.json` named `package.json.SOMETHING`. And...

Same issue here. I have UPC too. This is from my host: ```console [jpadilla@fractal-local ~]$ curl -v https://repo.usebottles.com/components/index.yml * Trying 194.233.171.195:443... * Trying 2a01:7e01::f03c:93ff:fe08:d86f:443... * Immediate connect fail for 2a01:7e01::f03c:93ff:fe08:d86f:...

Anyway, I think a workaround could be to just retry after a few seconds. With curl, this works for me most of the time: curl --retry 3 --connect-timeout 3 -v...

For me (using UPC ISP), ping was never a problem: ```console [jpadilla@fractal-local ~]$ ping -4 repo.usebottles.com PING repo.usebottles.com (194.233.171.195) 56(84) bytes of data. 64 bytes from Bottles-Web-FRA-0.usebottles.com (194.233.171.195): icmp_seq=1 ttl=50...

@iamandrewluca CMIIW the problem comes from react-transition-groups (as you said). Reactstrap is using that library at version 2.9.0. But last version is 4.4.1. Would it still happen in a more...

Same here in a Go project