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

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

Open
dosstx opened this issue Aug 20, 2021 · 5 comments
Open

Comments

@dosstx
Copy link

dosstx commented Aug 20, 2021

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: [email protected]
npm ERR! Found: [email protected]
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/[email protected]
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.
@KristenLeach
Copy link

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

@SahilVasava
Copy link

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.

@oliviernguyenquoc
Copy link

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 ?

@mathieustan
Copy link
Owner

mathieustan commented Oct 29, 2021

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)

@oliviernguyenquoc
Copy link

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.

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

5 participants