npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1

前端 未结 2 1783
有刺的猬
有刺的猬 2021-01-01 05:12

When I place the command npm update for an existing React project, this is displayed:

npm WARN deprecated popper.js@1.16.1: You can find the new         


        
2条回答
  •  情书的邮戳
    2021-01-01 05:37

    npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1

    Run the command npm uninstall popper.js && npm i @popperjs/core to remove the deprecated package and install their new Popper v2

提交回复
热议问题