我无法在Next.JS项目上进行构建。所有npms都已安装(react,react-dom,next),然后又重新安装了很多次,但我无法解决此问题。
错误:
Build error occurred
Error: Export encountered errors on following paths:
/store
at exportApp (C:\Users\YUCEL\Desktop\clone\node_modules\next\dist\export\index.js:25:1103)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async build (C:\Users\YUCEL\Desktop\clone\node_modules\next\dist\build\index.js:39:69)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! clone@1.0.0 build: `next build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the clone@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\YUCEL\AppData\Roaming\npm-cache\_logs\2020-10-21T11_19_33_179Z-debug.log
我的代码= GitHub Link