npm install --global verdaccio
Что такое Verdaccio?
Verdaccio is a simple, zero-config-required local private NPM registry. No need for an entire database just to get started. Verdaccio comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), also introduces caching the downloaded modules along the way. For those who are looking to extend their storage capabilities, Verdaccio supports various community-made plugins to hook into services such as Amazon's S3, Google Cloud Storage or create your own plugin.
Dive into VerdaccioИспользовать приватные пакеты
Если вы хотите использовать все преимущества пакетной системы npm в своей компании, не отправляя весь код в открытый доступ, и используйте ваши приватные пакеты так же просто, как и общедоступные.
Связать множественные реестры
If you use multiple registries in your organization and need to fetch packages from multiple sources in one single project, you can chain multiple registries and fetch from one single endpoint.
Кэшировать реестр npmjs.org
If you have more than one server which you want to install packages from, you might want to use this to decrease latency and provide limited failover.
Перезаписать публичные пакеты
If you want to use a modified version of some 3rd-party package, you can publish your version locally under the same name.
Популярные npm клиенты поддерживаются
Package managers such as npm, yarn, and pnpm are part of any development workflow.

docker pull verdaccio/verdaccio

helm install verdaccio/verdaccio
Сделайте работу DevOps проще
У нас есть официальный Docker-образ, готовый для использования и с поддержкой Kubernetes Helm для легкой разработки
Here's what people have to say about Verdaccio
Many greats developers and companies are enjoying Verdaccio, join the community!