"popper" 和 "popper.js" 是 npm 中的两个不同包吗?
Are "popper" and "popper.js" two different packages in npm?
我正在学习使用此命令安装 popper 的教程:
npm install popper --save
。但是当我尝试它时收到此错误消息:fatal error - cygheap base mismatch detected - 0x13A1410/0x13D1410
所以我搜索了这个库的 github 页面并找到了这个页面:https://github.com/FezVrasta/popper.js 但我看到它建议使用这个命令来安装它:npm install popper.js --save
它与我的教程。现在我想知道这些图书馆有什么不同吗?如果 poppe
的 github 页面与 popper.js
不同,那么它们是什么?
我还必须提到我没有说 python popper 库。我想要 bootstrap4
使用的 javascript 版本。
两个不同的包:
Popper:实时 Cross-Browser 自动化
https://www.npmjs.com/package/popper
https://github.com/pemrouz/popper
Popper.js:一个用于在 web 应用程序中定位 poppers 的库。
https://www.npmjs.com/package/popper.js
我正在学习使用此命令安装 popper 的教程:
npm install popper --save
。但是当我尝试它时收到此错误消息:fatal error - cygheap base mismatch detected - 0x13A1410/0x13D1410
所以我搜索了这个库的 github 页面并找到了这个页面:https://github.com/FezVrasta/popper.js 但我看到它建议使用这个命令来安装它:npm install popper.js --save
它与我的教程。现在我想知道这些图书馆有什么不同吗?如果 poppe
的 github 页面与 popper.js
不同,那么它们是什么?
我还必须提到我没有说 python popper 库。我想要 bootstrap4
使用的 javascript 版本。
两个不同的包:
Popper:实时 Cross-Browser 自动化
https://www.npmjs.com/package/popper
https://github.com/pemrouz/popper
Popper.js:一个用于在 web 应用程序中定位 poppers 的库。
https://www.npmjs.com/package/popper.js