I get the following error when I try to update Capacitor:
npm WARN @capacitor/android@2.2.0 requires a peer of @capacitor/core@~2.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN @capacitor/ios@2.2.0 requires a peer of @capacitor/core@~2.1.0 but none is installed. You must install peer dependencies yourself.
I have tried:
npm install @capacitor/core @capacitor/cli
-
npx npm-check-updates -u
followed bynpm install
Which both gives the above warning.
1 post - 1 participant