You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: