pro-react-admin icon indicating copy to clipboard operation
pro-react-admin copied to clipboard

build时会报错

Open luckyTiamo opened this issue 3 years ago • 0 comments

执行 npm run build:production 时会报以下错误: node -v v16.17.1

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. /Users/luckytiamo/Desktop/geneseeq/coding/difei_visions/src/dist/index.html /Users/luckytiamo/Desktop/geneseeq/coding/difei_visions/src/dist/index.html at checkSimilarFile (/Users/luckytiamo/Desktop/geneseeq/coding/difei_visions/src/node_modules/webpack/lib/Compiler.js:666:11) at writeOut (/Users/luckytiamo/Desktop/geneseeq/coding/difei_visions/src/node_modules/webpack/lib/Compiler.js:848:11) at /Users/luckytiamo/Desktop/geneseeq/coding/difei_visions/src/node_modules/webpack/lib/util/fs.js:242:5 at FSReqCallback.oncomplete (node:fs:196:23)

luckyTiamo avatar Oct 13 '22 03:10 luckyTiamo