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

latest archive does not contain .exe, .deb, .rpm #3

Open
Davidiusdadi opened this issue Oct 2, 2019 · 1 comment
Open

latest archive does not contain .exe, .deb, .rpm #3

Davidiusdadi opened this issue Oct 2, 2019 · 1 comment

Comments

@Davidiusdadi
Copy link

Davidiusdadi commented Oct 2, 2019

i'd like to try gitamine but failed to find the deb file or any linux build instruction.

npm install
./node_modules/.bin/electron .

just lead me to a crash:

Uncaught Error: /home/rohmer/code/gitamine/node_modules/nodegit/build/Release/nodegit.node: undefined symbol: EVP_aes_128_ctr
@pvigier
Copy link
Owner

pvigier commented Oct 2, 2019

Hi,

There are binaries for the version 0.0.3 available here.

Same result if you execute npm start instead of ./node_modules/.bin/electron .? The start command is electron-forge start and it prepares the native modules (such as nodegit with which you have the issue).

Did you have any error during installation?

Best,
Pierre

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

2 participants