-
Notifications
You must be signed in to change notification settings - Fork 56
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
Build location error #30
Comments
+1 |
This is being fixed as part of the cleanup, see #29. |
For fix, see issue #31. It seems to have a solution. |
Try to install gitteh (0.17.2) now. There shouldn't be any problem. |
Closed
Certainly won't be winning any awards for speed, but this problem should now be rectified in latest gitteh |
Haha I'd completely forgotten that I'd filed this bug. Thanks @samcday! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i try to require('gitteh') i run into this error:
module.js:340
throw err;
^
Error: Cannot find module '../build/default/gitteh'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
I can get past this by moving gitteh from build/Release/gitteh to build/default/gitteh
Should be an easy fix but idk how to do it.
The text was updated successfully, but these errors were encountered: