npm add registry code example
Example 1: npm registry
https://registry.npmjs.org
Example 2: npm install custom registry
npm config set registry
npm install --registry=
https://registry.npmjs.org
npm config set registry
npm install --registry=