我正在开发一个 laravel reactjs 项目,当我运行该命令时npm run dev
,编译停留在 95% 并给出以下错误。我检查了整个项目,没有使用区分大小写名称的文件调用所有图像都使用小写字母调用。
Error: Prevent writing to file that only differs in casing or query string from already written file.
This will lead to a race-condition and corrupted files on case-insensitive file systems.
/media/public/images/user-4.jpg
/media/public/images/user-4.jpg
反应:17.0.1
网络包:5.21.2
节点:14.15.2