I’m getting the following console errors when launching my Ionic App:
Failed to load resource: net::ERR_FILE_NOT_FOUND
vendor.js:135671 Ionic Native: deviceready event fired after 3587 ms
roboto-regular.woff Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-regular.ttf Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-medium.woff2 Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-medium.woff Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-medium.ttf Failed to load resource: net::ERR_FILE_NOT_FOUND
I followed the suggestion on one of the other boards to no avail, which was adding the following to package.json:
“config”: {
“ionic_purge_unused_fonts”: false
}
I also tried NPM install as suggested on one of the other boards as well. Any solution to this issue?
I also tried: npm install ionic@3.9.1 should work