Failed to load resource: net::ERR_FILE_NOT_FOUND of "roboto etc" files after last upgrade?

Hi Ionicsss,
after the last upgrade of my Ionic CLI (from 3.7.0 to 3.9.2) i get the followings errors when i launch my app (only on console):

Doing ionic cordova run android --device (no more use of ionic serve).

roboto-medium.woff2 Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-regular.woff2 Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-medium.woff Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-regular.woff Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-medium.ttf Failed to load resource: net::ERR_FILE_NOT_FOUND
roboto-regular.ttf Failed to load resource: net::ERR_FILE_NOT_FOUND

And below my ionic info:

   @ionic/cli-utils  : 1.9.2
    ionic (Ionic CLI) : 3.9.2

global packages:

    Cordova CLI : 7.0.1

local packages:

    @ionic/app-scripts : 1.3.7
    Cordova Platforms  : android 6.2.3
    Ionic Framework    : ionic-angular 3.4.2

System:

    Android SDK Tools : 25.2.5
    Node              : v6.9.1
    npm               : 3.10.8
    OS                : Windows 7

Just found this thread: https://github.com/ionic-team/ionic-cli/issues/2675

Anyone knows how to downgrade to Ionic CLI to 3.9.1 so i’ll close this post? Thank you.

npm install ionic@3.9.1 should work.

Don’t forget to vote for that issue so it is on the radar of the devs and gets fixed in the next version.

1 Like