最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How do I install popper v2? - Stack Overflow

programmeradmin2浏览0评论

Running the mand:

npm install popper.js --save

will return the warning message:

npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1

what the is npm mand for installing popper v2?

Running the mand:

npm install popper.js --save

will return the warning message:

npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1

what the is npm mand for installing popper v2?

Share Improve this question asked Feb 22, 2020 at 23:07 Chris PhillipsChris Phillips 2,1342 gold badges22 silver badges44 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 5

npm install @popperjs/core --save

This was a little more straight-forward than I was expecting. The formatting differences between v1 and v2 definitely threw me off

发布评论

评论列表(0)

  1. 暂无评论