未找到依赖项翻转工具包

Dependency was not found flip-toolkit

我想使用翻转工具包(没有反应)所以我这样做了:

我按照自述文件 -> https://github.com/aholachek/react-flip-toolkit

npm install flip-toolkit
then
import { Flipper } from 'flip-toolkit' 

我有这个:

terminal issue

但我的 node_modules 中有两个文件夹:

folder flip-toolkit

folder react-flip-toolkit

这是我的文件 package.json :

package.json file

当我悬停在 'flip-toolkit' 上时,我得到了 :

path

我正在使用 Symfony 4.4 并为资产捆绑 Webpack Encore。

感谢您的帮助。

我也看看这个 post :

我的问题是 bug,如果有人遇到同样的问题,请使用 flip-toolkit@7.0.11

Here the issue on github