NPM config to set login parameter
Question wouldn't it make sense to specify for NPM a login parameter as well? Because some registry need a login possibility. For Example we have an Artifactory server that needs authentication.
https://stackoverflow.com/questions/23460980/how-to-set-npm-credentials-using-npm-login-without-reading-from-stdin
node is include in s2i-dotnetcore to facilitate building front-ends in tandem with a .NET back-end.
We want there to be a way to migrate from a single-stage build using s2i-dotnetcore to a multi-stage build using the s2i-nodejs image (for the node front-end) and the s2i-dotnetcore image (for the .NET back-end).
That means we shouldn't add features that aren't available in the s2i-nodejs image. If the maintainers at https://github.com/sclorg/s2i-nodejs-container accept this feature, we can add it here too.
cc @aslicerh @omajid
I'm going to close this. We can consider it if s2i-nodejs has this parameter.