You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Following error occurs when trying to use owncloud-sdk with Node.js v19.6.0:
Error [ERR_REQUIRE_ESM]: require() of ES Module .../node_modules/webdav/dist/node/index.js from .../node_modules/owncloud-sdk/dist/owncloud.js not supported. Instead change the require of index.js in .../node_modules/owncloud-sdk/dist/owncloud.js to a dynamic import() which is available in all CommonJS modules.
The text was updated successfully, but these errors were encountered:
ajkarell
changed the title
require() of ES Module 'webdav' from 'owncloud' is not supported
require() of ES Module 'webdav' from 'owncloud-sdk' is not supported
Feb 16, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following error occurs when trying to use owncloud-sdk with Node.js v19.6.0:
Error [ERR_REQUIRE_ESM]: require() of ES Module .../node_modules/webdav/dist/node/index.js from .../node_modules/owncloud-sdk/dist/owncloud.js not supported. Instead change the require of index.js in .../node_modules/owncloud-sdk/dist/owncloud.js to a dynamic import() which is available in all CommonJS modules.
The text was updated successfully, but these errors were encountered: