Skip to content
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

Can not activate themes on 3.0.0 #3590

Closed
2 tasks done
kmpm opened this issue May 6, 2019 · 16 comments
Closed
2 tasks done

Can not activate themes on 3.0.0 #3590

kmpm opened this issue May 6, 2019 · 16 comments

Comments

@kmpm
Copy link

kmpm commented May 6, 2019

  • I am on the latest Hyper.app version

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: Windows 10, 1809, 64bit

  • Hyper.app version: 3.0.0

  • Link of a Gist with the contents of your .hyper.js: https://gist.github.com/kmpm/8739b9b501175c39708aabb7ff67dde6

  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A

  • The issue is reproducible in vanilla Hyper.app: IsVanilla

Issue

After automatic update to 3.0.0 it looked as if I lost my theme 'hyper-solarized-light'. No big deal tried to reinstall the theme using hyper i but even if it installed it did not make a difference on the looks of hyper
Tried to install material and verminal but same thing happened here.
I deleted the old folders from Local and Roaming profile, downloaded 3.0.0 and reinstalled but still cant get themes to apply.

@vaaski
Copy link

vaaski commented May 6, 2019

I've also just run into this using a locally installed theme.
You'd think they'd test that before releasing a new version and auto-updating to it

At least the new icon looks better

@flostadler
Copy link

Same here

@yair5124
Copy link

yair5124 commented May 6, 2019

I had configured Hyper to run zsh and oh-my-zsh and it stopped working after auto-upgrade to v3.0.0 - Hyper is running cmd instead of bash

Version 2.1.2 is working properly

@kmpm
Copy link
Author

kmpm commented May 6, 2019

I had configured Hyper to run zsh and oh-my-zsh and it stopped working after auto-upgrade to v3.0.0 - Hyper is running cmd instead of bash

Version 2.1.2 is working properly

That is most likely related to the relocation of the config file. See #3589

@yair5124
Copy link

yair5124 commented May 6, 2019

I had configured Hyper to run zsh and oh-my-zsh and it stopped working after auto-upgrade to v3.0.0 - Hyper is running cmd instead of bash
Version 2.1.2 is working properly

That is most likely related to the relocation of the config file. See #3589

Thank you @kmpm

Indeed issue was raised due to config file location change mentioned in issue 3589

After fixing the settings in its new file location I got Hyper back working including theme and oh-my-zsh

@pcnate
Copy link

pcnate commented May 6, 2019

indeed, copying the settings from the old to the new is a temporary work around

@kmpm
Copy link
Author

kmpm commented May 6, 2019

Copying old settings didn't work for me though. I still have an issue

@pcnate
Copy link

pcnate commented May 6, 2019

possibly related to #3602

@kmpm
Copy link
Author

kmpm commented May 6, 2019

  • Did a uninstall + remove AppData\Roaming\hyper + remove AppData\Local\hyper.
  • Reinstall 3.0.0
  • hyper version = 3.0.0
  • hyper i verminal
C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19153
      getProperties = memoize(() => getParsedFile().program.body[0].expression.right.properties),
                                                                                    ^

TypeError: Cannot read property 'properties' of undefined
    at memoize (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19153:85)
    at d (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19138:22)
    at memoize (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19154:34)
    at d (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19138:22)
    at Object.install (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19184:37)
    at Args.args.command (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:9934:45)
    at Args.runCommand (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:11318:37)
    at Args.module.exports [as parse] (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:15089:10)
    at main (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:9991:18)
    at Object.module.exports.name (C:\Users\peter.magnusson\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:10038:1)

@wclr
Copy link

wclr commented May 6, 2019

It happened to me after update to node 12 from 10.

@jjustin3
Copy link

jjustin3 commented May 6, 2019

I figured out how to get plugins working once more. I'm on Windows but this process should be the same for Mac/Linux as well.

  1. Navigate to %appdata%\Roaming\Hyper\.hyper_plugins
  2. npm install

Just make sure you have the plugins added via hyper i or the config file.

@wclr
Copy link

wclr commented May 6, 2019

@jjustin3

Tried it but it doesn't seem to work for me.

@mikemcbride
Copy link

I think this may be a duplicate of #3500

This was referenced May 8, 2019
@ArfyFR
Copy link

ArfyFR commented May 8, 2019

After created the symlink described there: #3500 (comment) it worked for me ! =)

@kmpm
Copy link
Author

kmpm commented May 9, 2019

Closing this as a duplicate of #3500. The symlink workaround worked for me as well.

@kmpm kmpm closed this as completed May 9, 2019
@boriskamtou
Copy link

I figured out how to get plugins working once more. I'm on Windows but this process should be the same for Mac/Linux as well.

  1. Navigate to %appdata%\Roaming\Hyper.hyper_plugins
  2. npm install

Just make sure you have the plugins added via hyper i or the config file.

Thx man. it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants