-
Notifications
You must be signed in to change notification settings - Fork 117
unable to require jade (throws: EINVAL) #138
Comments
You know, I created a branch with support for basic plugins late last night... would you like to give it a spin? I didn't test it myself yet, since I didn't have a ported application quite yet, but since you are needing it now we can probably expedite this process :) |
Check out the |
nice! yeah, a plugin would be best here. i'll give your branch a try ;) i still think this is an issue though. whatever is causing this is likely going to be problematic for other repos too, right? |
can i close this? you can use the CLI now or use |
hmm well the cli fixes this issue for now, but it looks like |
i'm not sure i understand, your extracting from a symlink? |
the jade repo contains a symlink, so yes, i'm extracting one. edit: https://github.com/visionmedia/jade/blob/master/lib/index.js |
okay, so just that require is failing because of a symlink. is the symlink within the repo |
yeah, there's a symlink in the repo (see the link above). idk why it's there. pretty dumb imo, but w/e. im not sure how big of a problem this is, but if other users have symlinks in their repos, this could cause issues in the future. |
alrighty, closing in favor of: duojs/package#38 |
makes sense |
i've simplified my issue down to:
attempting to build results in an EINVAL:
i know i probably should be using
duo-jade
, but the cli doesn't offer plugins yet :/btw: using duo@master (80665de) on node 0.11.13
The text was updated successfully, but these errors were encountered: