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 Sep 30, 2023. It is now read-only.
Hello Collaborators,
I'm experiencing issues with the latest update of orbit-db-io, which is a dependency for orbit-db.
Error [ERR_REQUIRE_ESM]: require() of ES Module /<project-path>/node_modules/orbit-db-io/index.js from /<project-path>/node_modules/ipfs-log/src/utils/index.js not supported.
Instead change the require of /<project-path>/node_modules/orbit-db-io/index.js in /<project-path>/node_modules/ipfs-log/src/utils/index.js to a dynamic import() which is available in all CommonJS modules. at Object.<anonymous> (/<project-path>/node_modules/ipfs-log/src/utils/index.js:6:12) at Object.<anonymous> (/<project-path>/node_modules/ipfs-log/src/entry.js:4:27) at Object.<anonymous> (/<project-path>/node_modules/ipfs-log/src/log.js:5:15) at Object.<anonymous> (/<project-path>/node_modules/orbit-db-store/src/Store.js:7:13) at Object.<anonymous> (/<project-path>/node_modules/orbit-db/src/OrbitDB.js:4:15) at Object.<anonymous> (/<project-path>/<filename>.js:11:17) { code: 'ERR_REQUIRE_ESM' }
Node.js v18.5.0
Hope can will be resolved soon. Thanks.
The text was updated successfully, but these errors were encountered:
Hello Collaborators,
I'm experiencing issues with the latest update of orbit-db-io, which is a dependency for orbit-db.
Error [ERR_REQUIRE_ESM]: require() of ES Module /<project-path>/node_modules/orbit-db-io/index.js from /<project-path>/node_modules/ipfs-log/src/utils/index.js not supported.
Instead change the require of /<project-path>/node_modules/orbit-db-io/index.js in /<project-path>/node_modules/ipfs-log/src/utils/index.js to a dynamic import() which is available in all CommonJS modules.
at Object.<anonymous> (/<project-path>/node_modules/ipfs-log/src/utils/index.js:6:12)
at Object.<anonymous> (/<project-path>/node_modules/ipfs-log/src/entry.js:4:27)
at Object.<anonymous> (/<project-path>/node_modules/ipfs-log/src/log.js:5:15)
at Object.<anonymous> (/<project-path>/node_modules/orbit-db-store/src/Store.js:7:13)
at Object.<anonymous> (/<project-path>/node_modules/orbit-db/src/OrbitDB.js:4:15)
at Object.<anonymous> (/<project-path>/<filename>.js:11:17) { code: 'ERR_REQUIRE_ESM'
}
Node.js v18.5.0
Hope can will be resolved soon. Thanks.
The text was updated successfully, but these errors were encountered: