简体   繁体   English

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

[英]Are "popper" and "popper.js" two different packages in npm?

I am following a tutorial that uses this command to install popper: npm install popper --save .我正在学习使用此命令安装 popper 的教程: npm install popper --save But when I tried it got this error message: fatal error - cygheap base mismatch detected - 0x13A1410/0x13D1410但是当我尝试它时收到此错误消息: 致命错误 - 检测到 cygheap base mismatch - 0x13A1410/0x13D1410

So I searched to find the github page of this library and found this page: https://github.com/FezVrasta/popper.js but I saw it suggests this command to install it: npm install popper.js --save and it's different from my tutorial.所以我搜索了这个库的 github 页面并找到了这个页面: https : //github.com/FezVrasta/popper.js但我看到它建议使用这个命令来安装它: npm install popper.js --save它是与我的教程不同。 Now I like to know are these to libraries different?现在我想知道这些对图书馆有什么不同吗? What is the github page of the poppe not popper.js if they are different?如果它们不同, poppe的 github 页面是什么而不是popper.js

I also must mention that I don't say python popper library.我还必须提到,我没有说 python popper 库。 I want the javascript version that used by bootstrap4 .我想要bootstrap4使用的 javascript 版本。

Two different packages:两个不同的包:

Popper: Realtime Cross-Browser Automation Popper:实时跨浏览器自动化

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

https://github.com/pemrouz/popper https://github.com/pemrouz/popper

Popper.js: A library used to position poppers in web applications. Popper.js:一个用于在 Web 应用程序中定位 poppers 的库。

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

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

https://popper.js.org/ https://popper.js.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM