mathieustan / vue-datepicker

A clean datepicker made with VueJs

Home Page:https://vue-datepicker.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install package -- unable to resolve dependency tree (core-js)

dosstx opened this issue · comments

When trying to run npm install @mathieustan/vue-datepicker --save I get following error in VUE-CLI console:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ui@0.1.0
npm ERR! Found: core-js@3.16.2
npm ERR! node_modules/core-js
npm ERR!   core-js@"^3.6.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer core-js@"^2.6.5" from @mathieustan/vue-datepicker@0.2.11
npm ERR! node_modules/@mathieustan/vue-datepicker
npm ERR!   @mathieustan/vue-datepicker@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Having the same issue - Is this package still being maintained?

Yeah, I am having this issue as well. Anybody found a fix? I want to use this picker as it's the only one I found which has quarter selection.

Seems to be blocked. No contribution on Github since December from the original author.
Looks like it's an abandonned project. Hope it is not ..
@mathieustan ?

Hello @oliviernguyenquoc.

I don’t have much time those days to work on it. I planned to do alot of improvements but I need more time.

Did you try to install core-js locally on your project ? (As a fix until I do something)

Thanks for the answer. Totally understand (and good luck btw ;) )
If you can only test / merge this PR: #90
It should solve this installation issue.