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

cannot install any plugin #3620

Closed
2 tasks done
spacekestrel opened this issue May 7, 2019 · 9 comments
Closed
2 tasks done

cannot install any plugin #3620

spacekestrel opened this issue May 7, 2019 · 9 comments

Comments

@spacekestrel
Copy link

  • 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
  • Hyper.app version: 3.0.0
  • Link of a Gist with the contents of your .hyper.js:
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
  • The issue is reproducible in vanilla Hyper.app:

Issue

Every time i want to install plugin, i have this messiage:

C:\Users\space\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\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19153:85)
at d (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19138:22)
at memoize (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19154:34)
at d (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19138:22)
at Object.install (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:19184:37)
at Args.args.command (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:9934:45)
at Args.runCommand (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:11318:37)
at Args.module.exports [as parse] (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:15089:10)
at main (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:9991:18)
at Object.module.exports.name (C:\Users\space\AppData\Local\hyper\app-3.0.0\resources\bin\cli.js:10038:1)

@rromanv
Copy link

rromanv commented May 7, 2019

I have the same issue

@seergiioo6
Copy link

same issue here

@MrBMT
Copy link

MrBMT commented May 8, 2019

I also have this issue. I've tried deleting the default .hyper.js from %AppData%\Hyper too and letting it regenerate and even deleting everything from the folder, it makes no difference.

@jwhipp
Copy link

jwhipp commented May 8, 2019

Running into the same issue, also Windows 10. Tried with a default config after locating the new location of the configuration, same result.

@pcnate
Copy link

pcnate commented May 8, 2019

what is the output of hyper version?

have you tried this? #3590 (comment)

@jwhipp
Copy link

jwhipp commented May 8, 2019

Hyper version is 3.0.0. About that comment, it states to have the plugins already installed, but I wiped all that out as part of trying a fresh start.

@nightmarlin
Copy link

image

Also unable to install plugins after trying the commented "solution"

Windows 10 Home 1809 - 17763.475

@voronoipotato
Copy link

duplicate of #3500

workaround here

@nightmarlin
Copy link

symlink solution worked:

Hi,

@ZaLiTHkA Thanks!.

I have executed this, but to apply the changes in the $APPDATA/Hyper/.hyper.js file have created a symbolic link.

Example:

C:\Users\user>mklink "C:\Users\user\.hyper.js" "C:\Users\user\AppData\Roaming\Hyper\.hyper.js"
vínculo simbólico creado para C:\Users\user\.hyper.js <<===>> C:\Users\user\AppData\Roaming\Hyper\.hyper.js

C:\Users\user>dir | findstr "hyper"
07/05/2019  22:39    <SYMLINK>      .hyper.js [C:\Users\user\AppData\Roaming\Hyper\.hyper.js]

Comment here

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

8 participants