react-demo
react-demo copied to clipboard
npm run build 报错
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.
还真没见过这种报错
rm -rf node_modules npm i 重新安装一下?
我也遇见这个问题