capacitor-community / photoviewer

⚡ Capacitor plugin to view table images with fullscreen and sharing capabilities.
MIT License
52 stars 25 forks source link

Capacitor 3.3.x dependence tree #6

Closed ludufre closed 2 years ago

ludufre commented 2 years ago

Describe the bug Unable to resolve dependence tree after update Capacitor 3.3.x.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: sonar@1.0.0
npm ERR! Found: @capacitor/core@3.3.1
npm ERR! node_modules/@capacitor/core
npm ERR!   @capacitor/core@"3.3.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @capacitor/core@"3.2.5" from @capacitor-community/photoviewer@1.0.2
npm ERR! node_modules/@capacitor-community/photoviewer
npm ERR!   @capacitor-community/photoviewer@"*" 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.
npm ERR! 
npm ERR! See /Users/ludufre/.npm/eresolve-report.txt for a full report.

To Reproduce Steps to reproduce the behavior:

  1. Update Capacitor to 3.3.0 or 3.3.1
  2. Try install the package

Expected behavior Install without --force / npm i @capacitor-community/photoviewer --force

Screenshots None

Desktop (please complete the following information):

jepiqueau commented 2 years ago

@ludufre Is this issue solved ? if yes can you close the issue