npm 中的“popper”和“popper.js”是两个不同的包吗?

use*_*308 4 npm bootstrap-4 popper.js react-popper popperjs

我正在学习使用此命令安装 popper: 的教程 npm install popper --save。但是当我尝试它时收到此错误消息:致命错误 - 检测到 cygheap base mismatch - 0x13A1410/0x13D1410

所以我搜索找到这个库的github页面并找到了这个页面:https : //github.com/FezVrasta/popper.js但我看到它建议使用这个命令来安装它:npm install popper.js --save它与我的教程不同。现在我想知道这些对图书馆有什么不同吗?如果它们不同,那么poppenot的 github 页面popper.js是什么?

我还必须提到,我没有说 python popper 库。我想要 .js 使用的 javascript 版本bootstrap4

Woo*_*dsy 6

两个不同的包:

Popper:实时跨浏览器自动化

https://www.npmjs.com/package/popper

https://github.com/pemrouz/popper

Popper.js:一个用于在 Web 应用程序中定位 poppers 的库。

https://www.npmjs.com/package/popper.js

https://github.com/FezVrasta/popper.js

https://popper.js.org/