-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 not displaying theme #165
Comments
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 cmder v. 180626 |
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:
to
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
|
Same problem with @Niightmare
|
Please try installing with |
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. |
@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? |
I'm currently looking if it's possible to somehow programmatically toggle this checkbox. |
@luturol are you sure the npm installed version was uninstalled properly? |
Help!
I followed the windows tutorial but when I type "pokemon pikachu" on cmder, it doesn't display anything
The text was updated successfully, but these errors were encountered: