Can anyone confirm that the yarnpkg registry is (partly) down? (status.yarnpkg.com) 9 points by schnika 6y ago ↗ HN
[–] aljmyl 6y ago ↗ Some valid registry urls seems to be broken, for example: https://registry.yarnpkg.com/@styled-system/css/-/css-5.1.5....
[–] propelol 6y ago ↗ I've had the same problem for a few hours now. I'm not able to deploy any of my projects.
[–] emrox 6y ago ↗ quick fix would be to use NPM directly(create a `.yarnrc` file with `registry "https://registry.npmjs.org/"`) [–] javiercr 6y 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 6y ago ↗ Ah, yes. Didn't thought about that.
[–] javiercr 6y 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 6y ago ↗ Ah, yes. Didn't thought about that.
6 comments
[ 2.6 ms ] story [ 37.2 ms ] thread(create a `.yarnrc` file with `registry "https://registry.npmjs.org/"`)