I attempted to compile my Ionic app using the following commands:
ionic cordova platform add browser
and then
ionic cordova build browser --prod --release
However, I encountered an unusual error:
You can find my project on GitHub here: https://github.com/TenPetr/to_do_list
Angular version being used: 8.1.2
Current Ionic version: 4.7.1
Thank you in advance for any guidance or advice provided.