Pokemon-Terminal
Pokemon-Terminal copied to clipboard
Windows 10 not displaying theme
Help!
I followed the windows tutorial but when I type "pokemon pikachu" on cmder, it doesn't display anything
did you follow these steps https://github.com/LazoCoder/Pokemon-Terminal#conemu-settings
Yes, I followed every single steps but still not working even I reinstalled everything
if you go to the settings menu, which ConEmu version does it say in the top bar?
Mine said This terminal emulator is not supported. and im using CMDER as you do.
install using pip, not npm. I'm not sure who manages the npm package but it doesn't pull right from github and i'm not sure it's been updated
@LazoCoder manages npm
I've updated the npm package.
It should be good now. Let me know if there is still a problem.
Hi @LazoCoder
I'm still trying with npm but it's displaying me this
cmder v. 180626 python v. 3.7.2
It's looking for a file that used to be in this repo but was removed.
Create a file "pokemon" in the path that is in your console: C:\Users...\node_modules\pokemon-terminal
And copy and paste this into that file: https://github.com/LazoCoder/Pokemon-Terminal/blob/3f29dd84239a8ac4110270408f27e8c0945953fb/pokemon
You may want to change "#!/usr/bin/env python3.6" to "#!/usr/bin/env python3.7".
Let me know if this works.
Alternatively, you can go into package.json and change:
"bin": {
"pokemon": "pokemon",
"ichooseyou": "pokemon"
},
to
"bin": {
"pokemon": "main.py",
"ichooseyou": "main.py"
},
Try that ^ solution first. If it works, let me know so I can update package.json in the repo.
Sorry for the late, but i tried downloading again and creating the missing folder with no success. When its downloading it removes the folder created and causes this problem
Hi @LazoCoder I'm still trying with npm but it's displaying me this
cmder v. 180626 python v. 3.7.2
Same problem with @Niightmare
➜ Desktop python --version
Python 2.7.15
➜ Desktop python3 --version
Python 3.7.3
➜ Desktop npm --version
6.9.0
➜ Desktop node --version
v8.11.3
You may want to change "#!/usr/bin/env python3.6" to "#!/usr/bin/env python3.7".
I've solved the first issue downloading the source and executing npm install --global
but now when i call pokemon pikachu
return the message bellow
Please try installing with pip
(or pip3
) folks. pip
should be your go-to for installing python based tools/packages.
This so much, and why I was kinda opposed to a release on npm because it doesn't implies Python being installed. Now that Python 3.7 is a thing, it causes issues because npm can't automatically replace the shebang for the installed Python version like pip can.
Also, I noticed that while the background is set, it is not enabled by default, which causes the original issue that @Niightmare had
@sylveon are you saying there is something that is not being enabled properly in the code, or that the readme instructions need an update, or something else? Feel free to open a PR if updates are needed somewhere (with screenshots if helpful for the instructions)
I'm currently looking if it's possible to somehow programmatically toggle this checkbox.
Hi, I've already installed Pip and installed pokemon-terminal from pip, but its keep returning this error
Can you guys help me?
@luturol are you sure the npm installed version was uninstalled properly?