When I try to import the library I get the error Cannot find module '../build/Debug/nodegit'.
I looked at the source and saw that it only tries to do this when loading the release version failed. I logged the error that is caused by loading the release version, and got Module did not self-register..
Do you know what this means and how I can fix it?
When I try to import the library I get the error
Cannot find module '../build/Debug/nodegit'.I looked at the source and saw that it only tries to do this when loading the release version failed. I logged the error that is caused by loading the release version, and got
Module did not self-register..Do you know what this means and how I can fix it?