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

Build location error #30

Closed
djrenren opened this issue Aug 1, 2012 · 6 comments
Closed

Build location error #30

djrenren opened this issue Aug 1, 2012 · 6 comments

Comments

@djrenren
Copy link

djrenren commented Aug 1, 2012

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.

@mbostock
Copy link

+1

@mildsunrise
Copy link
Contributor

This is being fixed as part of the cleanup, see #29.

@iamwilhelm
Copy link
Contributor

For fix, see issue #31. It seems to have a solution.

@mildsunrise
Copy link
Contributor

Try to install gitteh (0.17.2) now. There shouldn't be any problem.

@samcday
Copy link
Contributor

samcday commented Jun 26, 2013

Certainly won't be winning any awards for speed, but this problem should now be rectified in latest gitteh 0.17.2 package :)

@samcday samcday closed this as completed Jun 26, 2013
@djrenren
Copy link
Author

djrenren commented Jul 9, 2013

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants