Social Icons

Ana's Dev Scribbles

Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.

1 min read

Npm same scope from multiple registries

I recently found out that npm doesn't support downloading same scope dependencies from multiple registries. Ideally, I'd like to define multiple registries for a scope. If npm fails to find the package...