Add a registry user account. More information: https://docs.npmjs.com/cli/npm-adduser.
.npmrc:npm adduser --registry {{registry_url}}
npm login --scope {{@mycorp}} --registry {{https://registry.mycorp.com}}
npm logout --scope {{@mycorp}}
npm init --scope {{@foo}} {{[-y|--yes]}}