gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
661 stars 118 forks source link

npm install error #29

Closed nordine2017gitHub closed 4 years ago

nordine2017gitHub commented 4 years ago

Hello, When I'm trying to install the package using the following command : npm install -g github-csv-tools I'm getting the error bellow npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID npm ERR! errno ERR_TLS_CERT_ALTNAME_INVALID npm ERR! request to https://npm.pkg.gitub.com//github-csv-tools failed, reason: Hostname/IP does not match certificate's altnames: Host: npm.pkg.gitub.com. is not in the cert's altnames: DNS:*.mytrafficmanagement.com, DNS:mytrafficmanagement.com

can you help me please. Best regards NKH

nordine2017gitHub commented 4 years ago

The complete URL is https://npm.pkg.gitub.com/myGitHubUser/github-csv-tools

nordine2017gitHub commented 4 years ago

My node and npm version : $ node --version v12.18.2

$ npm --version 6.14.5

Best regards NKH

gavinr commented 4 years ago

Hi, it looks like you're trying to install from the GitHub package repository. This package is published on the NPM package repository: https://www.npmjs.com/package/github-csv-tools. Please refer to the documentation here: https://docs.npmjs.com/packages-and-modules/ If you have further problems with the NPM package repository, please refer to https://www.npmjs.com/support for help.