-
Notifications
You must be signed in to change notification settings - Fork 41
Error: Cannot find module '../build/Debug/nodegit.node' after installation #78
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
Comments
Hi Luis and thanks for sharing! You can try to rebuild the package using the following: cd node_modules/nodegit && node-gyp rebuild Also, |
@lgarest could you tell me if that worked for you? |
Yep, works like a charm, I didn't have installed Xcode command line tools. It should be put in the readme / installation notes right? |
Yes, sure. Could you tell me what worked out for you? :) |
I deleted the |
Alright, I referenced this issue in the readme file. Thank you Luis :) |
Hey I was curious about your Reacto project and gave it a try.
I cloned your repo and followed your installation steps, after
yarn install
everything was looking fine but once I runyarn run electron:dev
I get theError: Cannot find module '../build/Debug/nodegit.node'
error. This happens as well for me if I run the project separately as you recommand.I'm running a macOS High Sierra v10.13.3 and the node version of this error is v8.9.4. Probably is some unhandled dependency but...
Here is the screenshot with the stacktrace:

The text was updated successfully, but these errors were encountered: