如何修复 node_modules 中的 element-icons.woff 和 .ttf 错误

how to fix element-icons.woff and .ttf in node_modules is error

我有这两个错误。

如何修复这个错误。

编译失败,有 2 个错误

未找到这些依赖项:

fonts/element-icons.ttf 在./node_modules/css-loader??ref--3-oneOf-1-1!./node_modules/postcss-loader/src??ref--3-oneOf-1-2 !./node_modules/element-ui/lib/theme-chalk/index.css

fonts/element-icons.woff 在 ./node_modules/css-loader??ref--3-oneOf-1-1!./node_modules/postcss-loader/src??ref--3-oneOf-1-2 !./node_modules/element-ui/lib/theme-chalk/index.css

如果您使用 yarn install 删除 node_modules 尝试使用 npm install

安装