Changes are not getting reflected in Ionic 3 app even after successful build

前端 未结 3 1646
深忆病人
深忆病人 2021-01-26 14:39

I met a problem for 3 days with my application ionic 3. In fact, after builder in prod and release mode, it is always the old version that is always taken into account. the chan

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-26 15:14

    1. remove android platform using

    2. ionic cordova platform rm android remove manually node-modules and package-lock.json (imp*)

    3. Unistall old Application

    4. npm cache clean --force

    5. finally run npm install

    6. ionic cordova platform add android

    7. ionic cordova build android

提交回复
热议问题