mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

Error when using ember serve about jsDAV in v0.13.1 #86

Closed kerwan closed 3 years ago

kerwan commented 7 years ago

Hi I downloaded the latest release (v0.13.1), while running "PORT=3009 ember serve" I had the following error about including jsDAV: Cannot find module 'jsdav/lib/DAV/plugin'

In the following files :

The lines including jsDAV have a typo, they use jsdav/lib/DAV/plugin instead of jsDAV/lib/DAV/plugin I think you have corrected it in the master branch but maybe this can be mentionned in the release comment ?

Thank for this great app by the way !

mnutt commented 7 years ago

Hi @kerwan, at some point I stopped updating the Github Releases. I'll push a new release version soon. Thanks for letting me know.

kerwan commented 7 years ago

Thanks for this quick reply. So can I consider using the master branch instead ? Is it stable for now ?

mnutt commented 3 years ago

To close this out: I’m pushing git tags again; feel free to use the latest tag or to directly use master since I do work in development branches and try to always ensure that master is functional.