mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

asyncjs dependency doesn't work on node 0.12 #126

Closed shesmer closed 8 years ago

shesmer commented 9 years ago

This dependency (https://github.com/fjakobs/async.js) doesn't work on 0.12 due to Path.exists.

It looks like asyncjs does have a fix for that issue in the master but did not release a new version.

I also tried updating the dependency in the jsDAV package.json to 0.0.9 and it did not help.

When I manually get the master from asyncjs, then it works.

You can easily reproduce this by sending a DELETE request to a directory with node 0.12