Y
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
javiercr
2141 days 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.
link
emrox
2141 days ago
Ah, yes. Didn't thought about that.
link