【错误提示】
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
【错误原因】
版本过期,不是必须修复的问题。 如果你想升级,就先卸载,再重新安装
【解决办法】
可选参数 --save
npm uninstall popper.js
npm i @popperjs/core
参考链接:
https://stackoverflow.com/questions/60747771/npm-warn-deprecated-popper-js1-16-1-you-can-find-the-new-popper-v2-at-popperj
作者:panie