0
点赞
收藏
分享

微信扫一扫

【Vue项目实践】【Bug】npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2

【错误提示】

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



举报

相关推荐

0 条评论