kenberkeley / react-demo

React 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 React 开发 SPA。Webpack / ES6 + Babel / Redux / React Router —— An Excellent React Starter,可能是东半球最佳的 React Starter,基于 Vue Cli 二次开发
1.91k stars 537 forks source link

npm run build 报错 #43

Open aiyingya opened 5 years ago

aiyingya commented 5 years ago

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)

kenberkeley commented 5 years ago

还真没见过这种报错

kenberkeley commented 5 years ago

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

donaldjohn commented 5 years ago

我也遇见这个问题