susnux opened this issue a year ago · 1 comments
The package can not be imported by some build tools and newer node versions, because the exports field of the package.json contain a folder mapping:
exports
webdav-client/package.json
Line 11 in 630168b
This is deprecated since Node 14 and removed in Node 17. It should be replaced with:
"./dist/*": "./dist/*"
Related: #339