|
|
@ -12,8 +12,8 @@ pub fn login( |
|
|
|
|
|
|
|
|
|
|
|
info!("Logging in to npm..."); |
|
|
|
info!("Logging in to npm..."); |
|
|
|
info!( |
|
|
|
info!( |
|
|
|
"Scope: {:?} Registry: {}, Always Auth: {}, Auth Type: {:?}.", |
|
|
|
"Scope: {:?} Registry: {}, Auth Type: {:?}.", |
|
|
|
&scope, ®istry, always_auth, &auth_type |
|
|
|
&scope, ®istry, &auth_type |
|
|
|
); |
|
|
|
); |
|
|
|
info!("npm info located in the npm debug log"); |
|
|
|
info!("npm info located in the npm debug log"); |
|
|
|
npm::npm_login(®istry, &scope, &auth_type)?; |
|
|
|
npm::npm_login(®istry, &scope, &auth_type)?; |
|
|
|