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
I am receiving this error when running npx cap sync on my Angular + ionic project.
I tried installing @capacitor/core 4.8.1 all the way down to 3.9.0 - to no avail.
Between every attempt, I did:
deleted node_modules
deleted package-lock.json
npm cache clean --force
Updated in package.json the install version to match for @capacitor/ios, @capacitor/android, @capacitor/cli, @capacitor/core
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am receiving this error when running npx cap sync on my Angular + ionic project.
I tried installing @capacitor/core 4.8.1 all the way down to 3.9.0 - to no avail.
Between every attempt, I did:
I tried in the beginning to just run it all at once:
And I got the same error, so, I started only with @capacitor/core to see if it is the issue.
I also deleted ios/App/Pods folder and tried to install pods from start.
Every time, I get this long error:
This is my package.json:
Please, any thought what am I missing here, please?
Beta Was this translation helpful? Give feedback.
All reactions