zkat / npx

execute npm package binaries (moved)
https://github.com/npm/npx
Other
2.63k stars 105 forks source link

Bug: running command throws "unable to get local issuer certificate" #205

Closed taylorn16 closed 6 years ago

taylorn16 commented 6 years ago

What's wrong

I am using node v10.9.0, npm v6.4.0, Windows 10, running command via git bash in my C:\ drive.

When I run npx typescript-starter, the only output I see is this, before the process exits and returns terminal control:

npx: installed 357 in 20.282s

  unable to get local issuer certificate

I also tried running it from the global cache by doing npm i -g typescript-starter and then typescript-starter directly. The results from that call are below, which lead me to believe this is not an issue with npx itself:

  unable to get local issuer certificate

Other details

taylorn16 commented 6 years ago

Welp, I left this in the wrong repo after all. My bad. Closing.