How to install a private NPM module without my own registry?
I’ve taken some shared code and put it in an NPM module, one I don’t want to upload to the central registry. The question is, how do I install it from other projects?
I’ve taken some shared code and put it in an NPM module, one I don’t want to upload to the central registry. The question is, how do I install it from other projects?
I have an application which runs in a Docker container. It requires some private modules from the company’s private NPM registry (Sinopia), and accessing these requires user authentication. The Dockerfile is FROM iojs:latest
.
We have a private npm repository based on Sinopia