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

Problem installing on Mac #139

Open
HelloThisIsFlo opened this issue Oct 21, 2021 · 4 comments
Open

Problem installing on Mac #139

HelloThisIsFlo opened this issue Oct 21, 2021 · 4 comments

Comments

@HelloThisIsFlo
Copy link

Hi,

I have a problem when installing vmd with npm install -g vmd
It seems that it can't get electron v3.1.13.

Would it be possible to unping the dependency so we could use a more recent version of electron? It seems v3.1.13 is not available anymore

@jiacai2050
Copy link

Same issue here.

npm ERR! Error: Failed to find Electron v3.1.13 for darwin-arm64 at https://github.com/electron/electron/releases/download/v3.1.13/electron-v3.1.13-darwin-arm64.zip

@Ghasak
Copy link

Ghasak commented May 27, 2023

@jiacai2050 and @HelloThisIsFlo
I have faced same problem and managed to solve it, (this repository is outdated, I came here accidentally after using the layer markdown in spacemacs) anyway.

  1. Download the app from https://github.com/yoshuawuyts/vmd/releases/tag/1.34.0 (I selected vmd-1.34.0-mac.zip))
  2. Source the binary using
    export PATH="$PATH:/Applications/vmd.app/Contents/MacOS/"
    Put this in your .zshrc or .bashrc or whatever is your shell config file

That's all, You will see it is working and can also work as a command line, integrated with spacemacs layer on M1 machine.
I hope this is helpful

@HelloThisIsFlo
Copy link
Author

Hey @Ghasak

Thanks a lot! It works!

Inspired by your suggestion, I created a brew tap to make installing it easier. All you have to do now is:

brew install hellothisisflo/the-tap/vmd

So glad I can use vmd again 😃

@HelloThisIsFlo
Copy link
Author

@yoshuawuyts You may consider adding a tap to the official homebrew repo. Mine is very archaic, it even hardcodes the version number 😅 (but it works).
If you don't maintain this repo, that's alright, then you can just close this issue. It's now solved 👍

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

3 participants