I\'m working on an ionic app (ionic v1.7.13, cordova v5.4.1). When I run
ionic run android -l
everything works fine, all my project files
I'm not sure this is a solution for your exact problem, but this worked for me when i was receiving the same errors while running my react typescript app on cordova:
package.json { ... "homepage": ".", ... }