Can anyone confirm that the yarnpkg registry is (partly) down? (status.yarnpkg.com) 9 points by schnika 5y ago ↗ HN
[–] aljmyl 5y ago ↗ Some valid registry urls seems to be broken, for example: https://registry.yarnpkg.com/@styled-system/css/-/css-5.1.5....
[–] propelol 5y ago ↗ I've had the same problem for a few hours now. I'm not able to deploy any of my projects.
[–] emrox 5y ago ↗ quick fix would be to use NPM directly(create a `.yarnrc` file with `registry "https://registry.npmjs.org/"`) [–] javiercr 5y ago ↗ I think this only works if you're doing a clean yearn install. If you have a yarn.lock file already generated, chances are every package is pointing to registry.yarnpkg.com instead. [–] emrox 5y ago ↗ Ah, yes. Didn't thought about that.
[–] javiercr 5y ago ↗ I think this only works if you're doing a clean yearn install. If you have a yarn.lock file already generated, chances are every package is pointing to registry.yarnpkg.com instead. [–] emrox 5y ago ↗ Ah, yes. Didn't thought about that.
6 comments
[ 3.0 ms ] story [ 18.6 ms ] thread(create a `.yarnrc` file with `registry "https://registry.npmjs.org/"`)