react-demo icon indicating copy to clipboard operation
react-demo copied to clipboard

npm run build 报错

Open aiyingya opened this issue 6 years ago • 3 comments
trafficstars

npm run build 报错: ../index.html 542 bytes [emitted]
fs.js:133 throw new ERR_INVALID_CALLBACK(); ^

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function at maybeCallback (fs.js:133:9) at Object.writeFile (fs.js:1179:14) at /Users/aiyingya/VScode/react-demo/build/prod.js:11:6 at Compiler. (/Users/aiyingya/VScode/react-demo/node_modules/webpack/lib/Compiler.js:194:14)

aiyingya avatar Apr 13 '19 13:04 aiyingya

还真没见过这种报错

kenberkeley avatar Apr 13 '19 13:04 kenberkeley

rm -rf node_modules npm i 重新安装一下?

kenberkeley avatar Apr 13 '19 14:04 kenberkeley

我也遇见这个问题

donaldjohn avatar Oct 14 '19 02:10 donaldjohn