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
Interesting, I can reproduce with beta 3, but not with the local copy that should be exactly the same. @dwieeb thoughts?
In fact, I can reproduce with all the betas.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Current Behavior
Add Capacitor 3 to an existing Cordova project (this demo app) with a valid config.xml file then run
npx cap init
.After answering all prompts:
it fails with: [error] Unable to read: [local path]/demo-authconnect-auth0/config.xml
and capacitor.config.json is not created.
Expected Behavior
The
init
command should complete successfully.Code Reproduction
Clone this repo: https://github.com/ionic-team/demo-authconnect-auth0
Other Technical Details
npm --version
output: 6.14.6node --version
output: v14.5.5The text was updated successfully, but these errors were encountered: