paaatrick / playball

Watch MLB games from the comfort of your own terminal
MIT License
528 stars 26 forks source link

I can't choose games #21

Closed DeVogelRyan closed 2 years ago

DeVogelRyan commented 3 years ago

When I run the program I can't choose games and I can't go further.

afbeelding

What I did to recreate: git clone https://github.com/paaatrick/playball.git cd playball npm install npm start

Maybe it is because I am using Windows 10 Home

paaatrick commented 3 years ago

Interesting. I've tested a little on Windows and didn't see the same issue. Can you confirm which version of Node you have installed? If it's less than v12 I'd recommend upgrade Node and trying again.

It also looks like you're using a Powershell terminal? If you can try using the newer Microsoft Terminal do you see the same results?

DeVogelRyan commented 3 years ago

I have tried it in the terminal you suggested and I got the samen result:

afbeelding

I also tried it in good old cmd but sadly nothing changed:

afbeelding

The npm version I have installed on my system is 6.14.14 as shown below:

afbeelding

So I tried upgrading npm to a version above 12 as you said but now I get these errors:

afbeelding

paaatrick commented 3 years ago

Sorry you're hitting so many roadblocks! I've never run into that unable to get local issuer certificate error before. A quick search turns up results that imply it could be caused by your network proxy configuration and suggest various workarounds. I'd recommend taking a look at those and see if any seem viable to you.