Skip to content
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

Can not be imported with newer node versions #355

Closed
susnux opened this issue Aug 23, 2023 · 1 comment · Fixed by #356
Closed

Can not be imported with newer node versions #355

susnux opened this issue Aug 23, 2023 · 1 comment · Fixed by #356

Comments

@susnux
Copy link
Contributor

susnux commented Aug 23, 2023

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:

"./dist/": "./dist/"

This is deprecated since Node 14 and removed in Node 17. It should be replaced with:

"./dist/*": "./dist/*"
@skjnldsv
Copy link
Contributor

skjnldsv commented Aug 24, 2023

Related: #339

susnux added a commit to nextcloud-libraries/nextcloud-dialogs that referenced this issue Aug 25, 2023
…ets fixed upsteam

Ref: perry-mitchell/webdav-client#355

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux added a commit to nextcloud-libraries/nextcloud-dialogs that referenced this issue Aug 25, 2023
…ets fixed upsteam

Ref: perry-mitchell/webdav-client#355

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux added a commit to nextcloud-libraries/nextcloud-dialogs that referenced this issue Aug 25, 2023
…ets fixed upsteam

Ref: perry-mitchell/webdav-client#355

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants