Hacker News new | ask | show | jobs
by emrox 2141 days ago
quick fix would be to use NPM directly

(create a `.yarnrc` file with `registry "https://registry.npmjs.org/"`)

1 comments

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.
Ah, yes. Didn't thought about that.