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
The following error shows up when running npx cap sync:
[error] Capacitor could not find the web assets directory "/Users/idosius/IdeaProjects/demo-capacitor-mapbox/www".
Please create it, and make sure it has an index.html file. You can change
the path of this directory in capacitor.config.json.
More info: https://capacitor.ionicframework.com/docs/basics/configuring-your-app
Creating a www/index.html without any content seems to fix the issue.
The text was updated successfully, but these errors were encountered:
The following error shows up when running
npx cap sync
:Creating a www/index.html without any content seems to fix the issue.
The text was updated successfully, but these errors were encountered: