Skip to content

Package can't be installed with latest version of VueUse #23

@Rastuhacode

Description

@Rastuhacode

If user has root dependency of "@vueuse/core": "^14.0.0" in package.json and latest version of "@vue-dnd-kit/core": "^1.7.0", then npm i throws a dependency resolution error:

npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: app@0.0.0
npm error Found: @vueuse/core@14.1.0
npm error node_modules/@vueuse/core
npm error   @vueuse/core@"^14.1.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @vueuse/core@"^13.1.0" from @vue-dnd-kit/core@1.7.0
npm error node_modules/@vue-dnd-kit/core
npm error   @vue-dnd-kit/core@"^1.7.0" from the root project

I'm not sure but it seems like VueUse version is being outdated
I can't see exact version in package.json for @vueuse/core but I've noticed that VueUse is mentioned as dependency in README.md and yarn.lock has @vueuse/core@^13.1.0" version fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions