0
I’m trying to deploy in my app but this giving the image error, a blank project managed to deploy, more when I edit the screens of the app happens this error, so far I did nothing much, I only messed with the html and css, if you can help me thank, I couldn’t find anything researching.
Tried running with the --stacktrace command to see more information ?
– André Roggeri Campos
yes, '-stacktrace' is not recognized as an internal & #Xa; command or external, a operable program or a batch file.
– Victor Pereira
Actually I meant with the --stacktrace parameter, for example:
cordova build android --stacktrace --verbose
– André Roggeri Campos
I ran that code, but it was the same mistake
– Victor Pereira
When you run in the browser does it work? Take a look at the external modules you are using and see if they are being imported correctly and are up to date.
– DiegoAugusto
Yes it works, it’s all right, everything imported right
– Victor Pereira