yarn fails to install react-router although it seems to be available (i can run a clean yarn install locally and if i open the link directly i can download the package).
anybody else experiencing this issue or has a solution?
i’ve tried with “Rebuild w/o cache”
yarn install v1.13.0
[1/4] Resolving packages…
[2/4] Fetching packages…
error An unexpected error occurred: “https://registry.yarnpkg.com/react-router/-/react-router-4.4.0.tgz: Request failed "404 Not Found"”.
info If you think this is a bug, please open a bug report with the information provided in “/home/circleci/c2m/yarn-error.log”.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Exited with code 1
A couple observations. The yarn registry is a DNS alias to the NPM registry.
Also, since you are getting a 404, that means the connection from CircleCI to the registry is fine. I do see that your local check is hitting another Cloudflare server (cf-ray:) so it’s possible you are reaching another backend registry server as well (I really hopeNPM has more than one)
I don’t think this is a CircleCI issue, or that we can do anything about it, but I’ll keep an eye out for more reports.