X Tutup
The Wayback Machine - https://web.archive.org/web/20200916183747/https://github.com/nodegit/nodegit/issues/1746
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

Nodegit crashes electron app without any error #1746

Open
navratill opened this issue Jan 4, 2020 · 1 comment
Open

Nodegit crashes electron app without any error #1746

navratill opened this issue Jan 4, 2020 · 1 comment

Comments

@navratill
Copy link

@navratill navratill commented Jan 4, 2020

System information

  • node version:
    v10.14.2
  • npm or yarn version:
    yarn v1.12.3
  • OS/version/architecture:
    macOS 10.15.2
  • Applicable nodegit version:
    nodegit@0.26.3

When I add nodegit dependency to the electron app and import it:
const git = require('nodegit');

The whole electron app crashes without any error, it is replicable in electron-quick-start project.

yarn run v1.12.3
$ electron .    
✨  Done in 0.67s.
@implausible
Copy link
Member

@implausible implausible commented Jan 24, 2020

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup