How to update core-js to core-js@3 dependency?

后端 未结 6 695

While I was trying to install and setup react native, the precaution observed about the core-js version as update your core-js@... to core-js@3 But don\'t know how to update

6条回答
  •  清酒与你
    2020-12-24 11:20

    For ng9 upgraders:

    npm i -g core-js@^3

    ..then:

    npm cache clean -f

    ..followed by:

    npm i

提交回复
热议问题