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

Failed to compile. #1822

Open
pwsimon opened this issue Nov 6, 2023 · 1 comment
Open

Failed to compile. #1822

pwsimon opened this issue Nov 6, 2023 · 1 comment

Comments

@pwsimon
Copy link

pwsimon commented Nov 6, 2023

with npm install dexie-cloud-addon i run into:

Attempted import error: 'cmp' is not exported from 'dexie' (imported as 'cmp').
ERROR in ./node_modules/dexie-cloud-addon/dist/modern/dexie-cloud-addon.js 3778:16-19
export 'cmp' (imported as 'cmp') was not found in 'dexie' (possible exports: Dexie, RangeSet, default, liveQuery, mergeRanges, rangesOverlap)

my package.json looks like:

"dexie": "^3.2.4",
"dexie-cloud-addon": "^4.0.1-beta.52",
"dexie-react-hooks": "^1.1.7",
@dfahlander
Copy link
Collaborator

dexie-cloud-addon cannot be used with [email protected] but needs 4.x:

npm i dexie@next

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

No branches or pull requests

2 participants