You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run npm install with @capacitor-community/storage-react and @capacitor/[email protected] in my package.json, I run in to a peer dependency error because @capacitor-community/storage-react requires @capacitor/core@">=3.0.0". If the hooks are compatible, we should simply update the peerDependencies list in each to add capacitor v4.
To Reproduce
Steps to reproduce the behavior:
set up a capacitor v4 project
npm i @capacitor-community/storage-react
See the peer dependency error in console
Expected behavior
The package should install without errors.
Screenshots
Desktop (please complete the following information):
OS: Mac OS Ventura
Browser N/A
Additional context
npm version 8+
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run
npm install
with@capacitor-community/storage-react
and@capacitor/[email protected]
in mypackage.json
, I run in to a peer dependency error because@capacitor-community/storage-react
requires@capacitor/core@">=3.0.0"
. If the hooks are compatible, we should simply update thepeerDependencies
list in each to add capacitor v4.To Reproduce
Steps to reproduce the behavior:
npm i @capacitor-community/storage-react
Expected behavior
The package should install without errors.
Screenshots
Desktop (please complete the following information):
Additional context
npm version 8+
The text was updated successfully, but these errors were encountered: