0x333333 / wiki-infobox-parser

A Wikipedia Infobox Parser
https://www.npmjs.com/package/wiki-infobox-parser
MIT License
19 stars 5 forks source link

Getting CERT_UNTRUSTED on executing the sample code #3

Open dimtim101 opened 7 years ago

dimtim101 commented 7 years ago

https://www.npmjs.com/package/wiki-infobox-parser

Executed sample code from this link

Tried below commands, referring this link http://stackoverflow.com/questions/21855035/ssl-error-cert-untrusted-while-using-npm-command

 npm config set strict-ssl false
 npm config set registry="http://registry.npmjs.org/"

But this did not help

0x333333 commented 7 years ago

I'd recommend you to take a look at this: http://stackoverflow.com/a/23294007/3345261.