npm-cli-login icon indicating copy to clipboard operation
npm-cli-login copied to clipboard

Results 52 npm-cli-login issues
Sort by recently updated
recently updated
newest added

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/postman/test/github/ef0c0cea-1d5d-49a6-a67e-cefb5763ba29/master..snyk-fix-2319f3514ff814cad2b8baf4952cc13c) for more details. #### Snyk Project: [postmanlabs/npm-cli-login:package.json](https://app.snyk.io/org/postman/project/ef0c0cea-1d5d-49a6-a67e-cefb5763ba29) ####...

I don't think that `snyk` is a real dependency, so i moved it to `devDependencies`

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Allow setting the `ssl.strict` flag on the underlying [`npm-registry-client`](https://github.com/npm/npm-registry-client#configuration), to allow publishing to repositories with self-signed certificates. This is facilitated, by setting the environment variable `NCL_SSL_STRICT` to `false`. **e.g.** ```shell...

Hi, what's the plan to license this software? Are you planning on putting it under apache?

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=jshint&from_version=2.9.7&to_version=2.13.4&pr_id=dcd21da7-be40-4d95-af73-03a565fe8672&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Try to run it on a Windows Bamboo agent and the config-path does not work anymore... error 20-Feb-2018 09:28:19 TypeError: Path must be a string. Received undefined error 20-Feb-2018 09:28:19...

Hi, I'm trying to use npm-cli-login to login to our private registry (verdaccio) behind a proxy but running the command: npm-cli-login -u my_user -p my_pass -e [email protected] -r https://verdaccio_registry Get...

Hi, everyone! I am on MacOS 10.15.7, having node 15 and npm 7. I installed npm-cli-login specifically for the purpose of being able to login with env. variables. So I...