bug: Capacitor on existing Nuxt project #3145
Replies: 4 comments
-
You probably need to run |
Beta Was this translation helpful? Give feedback.
-
I already tried that one and still shows same error. |
Beta Was this translation helpful? Give feedback.
-
this is now okay. the error that causes the issue was the route base path. any ideas how to make it work if I have a route base path? |
Beta Was this translation helpful? Give feedback.
-
Android Studio doesn't copy folders staring by |
Beta Was this translation helpful? Give feedback.
-
Bug Report
I am working on a web project and I want it to be deployed in a native android mobile. I am using NuxtJS and I use
nuxt generate
to generate static files which has the index.html. I followed all the procedures on the web site documentation but I still having issue running the app. My app works fine on web browsers but when running on the mobile using capacitor, it shows this error on the logcatCapacitor Version
` Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 2.2.0
@capacitor/core: 2.2.0
@capacitor/android: 2.2.0
@capacitor/electron: 2.2.0
@capacitor/ios: 2.2.0
Installed Dependencies:
@capacitor/electron not installed
@capacitor/android 2.2.0
@capacitor/cli 2.2.0
@capacitor/core 2.2.0
[success] Android looking great! �`
Platform(s)
I've only tried android since I don't have XCode
Current Behavior
Can run the app but it won't show anything
Expected Behavior
Should run the app
Code Reproduction
No special code here, just a normal NuxtJS application
Other Technical Details
npm --version
output: 6.14.4node --version
output: v13.13.0Additional Context
Beta Was this translation helpful? Give feedback.
All reactions