Open dnl-re opened 3 years ago
I just use --force
and it works.
npm i vue-js-modal --force
I think the author abandoned this package
as it seems this was fixed in december 2020 but never released...: https://github.com/euvl/vue-js-modal/commit/b1a48534b033ef4e2508dfb26ce3315d94647d0c
since there were some recent updates to the git, hopefully a new realease will be made soon???
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Problem:
If a clean project uses vue version 2.6.13 it will throw an "unable to resolve dependency tree" error when installing vue-js-modal with
npm i vue-js-modal
.Version:
2.0.0-rc.6
Example & screenshots:
I've created a clean default vue 2 app with the vue cli (@vue/cli 4.5.12) and run
npm i vue-js-modal
.Following error was displayed: