We'd like to use Node on our build server but would prefer to archive modules in a repository. (As we do with maven and artifactory.)
My question is: What is the node repository equivalent of artifactory for maven?
We'd like to use Node on our build server but would prefer to archive modules in a repository. (As we do with maven and artifactory.)
My question is: What is the node repository equivalent of artifactory for maven?
Artifactory also support hosting NPM repositories. Artifactory support for npm provides:
A good article at : https://blog.theodo.com/2016/01/speed-up-npm-install-with-a-nexus-proxy-to-cache-packages/
It mention the Nexus can do it. There is a free and open source version of Nexus Repository at https://www.sonatype.com/download-oss-sonatype. It can support Maven, NPM and many other repositories types.