我刚刚安装了反应图标并尝试导入图标,但出现此错误。
./node_modules/react-icons/fa/index.esm.js
Module not found: Can't resolve '../lib' in
'/Users/nathanbarry/Programming/personalsite/node_modules/react-icons/fa'
Run Code Online (Sandbox Code Playgroud)
我查看了 node_modules 中的包,那里有一个 lib 文件夹。
我尝试过重新安装它,但没有成功。可能是什么问题以及如何解决它?