custom package specific registry npmrc code example
Example: npm install custom registry
npm config set registry <registry url>
npm install --registry=<registry url>
npm config set registry <registry url>
npm install --registry=<registry url>