Skip to content

npm private registry

Chakradhar Rao Jonagam edited this page Mar 8, 2016 · 3 revisions

To setup a internal registry

npm install -g reggie
reggie-server -d ~/.reggie

To publish a priv package

cd to the folder which has package.json

npm --registry=http://reggie-url/ publish

To use private package that is published

npm --registry=http://reggie-url/ install my-private-pkg
Clone this wiki locally