mchristopher / PokemonGo-DesktopMap

Electron App around PokemonGo-Map
https://pokemon-go-updater.mike.ai/download
MIT License
1.76k stars 393 forks source link

Unexpected/unsupported platform 'linux2' #1250

Closed ivomarsan closed 2 years ago

ivomarsan commented 7 years ago

When I execute npm start, I receive

Python: Traceback (most recent call last): File "./run_map.py", line 7, in <module> import check_prereqs File "/home/ivomarsan/tests/PokemonGo-DesktopMap/app/check_prereqs.py", line 30, in <module> raise Exception(err) Exception: Unexpected/unsupported platform 'linux2'. Help

imadummy1 commented 7 years ago

@ivomarsan npm start is trying to execute your npm modules but this release has python and git issues on linux as you've seen. Could you execute git gud at the command line and post the output?

ivomarsan commented 7 years ago
$ git gud
git: 'gud' não é um comando git. Veja 'git --help'.

Você quis dizer isso?
    add

git gud is not a git command

imadummy1 commented 7 years ago

@ivomarsan It looks like your installation of Git is either out of date or corrupted. Its not safe to work with a corrupted version. I'd suggest that you remove Git entirely from your system and then re-execute git gud as it should fix your issues.

ivomarsan commented 7 years ago

I'm not getting