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