-
Notifications
You must be signed in to change notification settings - Fork 159
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
Node 0.12 compatibility (gnu-tools) #119
Comments
Hmm, you're right. It should be changed to optionally include the module. I'll try to do this soonish, but a PR might be faster. |
I'd tried fixing this myself, but couldn't quite figure out where the "codesearch" plugin is activated in the first place. Might give it another try later this week though. |
#122 should fix this problem |
Thanks @paroga - testing with a local copy that includes both #122 and #123, things seem to be working fine again: $ ./server
[info] jsDAV cannot load plugin 'codesearch': Cannot find module 'gnu-tools'
[info] jsDAV cannot load plugin 'filelist': Cannot find module 'gnu-tools'
[info] jsDAV cannot load plugin 'filesearch': Cannot find module 'gnu-tools'
[info] jsDAV server running on http://127.0.0.1:8000 It'd be good to get someone else to confirm this, but feel free to close the issue either way. |
It appears that the gnu-tools package isn't available for Node v0.12 (manually installing it raises
ELIFECYCLE
).While that package is listed as an optional dependency, it seems to be loaded regardless:
The text was updated successfully, but these errors were encountered: